Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Selectable Property


In This Topic
    Selectable Property (PSObject)
    In This Topic
    Gets or sets whether can select.
    Syntax
    'Declaration
     
    
    Public Overrides Property Selectable As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.Selectable = value
     
    value = instance.Selectable
    public override bool Selectable {get; set;}
    See Also