Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / SelectablePriv Property


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