ComponentOne Basic Library for WPF and Silverlight
IsFocused Property (C1FilePicker)


C1.WPF Namespace > C1FilePicker Class : IsFocused Property
Gets true if the control is focused, otherwise false.
Syntax
'Declaration
 
Public Shadows ReadOnly Property IsFocused As System.Boolean
'Usage
 
Dim instance As C1FilePicker
Dim value As System.Boolean
 
value = instance.IsFocused
public new System.bool IsFocused {get;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members