Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / CancelMousePriv Property


In This Topic
    CancelMousePriv Property (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property CancelMousePriv As Boolean
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Boolean
     
    instance.CancelMousePriv = value
     
    value = instance.CancelMousePriv
    protected virtual bool CancelMousePriv {get; set;}
    See Also