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


C1.Silverlight Namespace > C1ComboBoxItem Class : IsFocused Property
Returns true if the control has the focus.
Syntax
'Declaration
 
Public ReadOnly Property IsFocused As System.Boolean
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As System.Boolean
 
value = instance.IsFocused
public System.bool IsFocused {get;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members