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


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