Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ArcShape Class / CancelMousePriv Property


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