ComponentOne Basic Library for WPF and Silverlight
IsMouseOver Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : IsMouseOver Property
Returns true if the mouse is over the control.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseOver As System.Boolean
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Boolean
 
value = instance.IsMouseOver
public System.bool IsMouseOver {get;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members