ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / IsPointerOver Property



In This Topic
    IsPointerOver Property
    In This Topic
    Gets a value indicating whether the pointer is located over this element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPointerOver As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    value = instance.IsPointerOver
    public bool IsPointerOver {get;}
    public:
    property bool IsPointerOver {
       bool get();
    }
    See Also