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


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