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


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