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


In This Topic
    StatePriv Property (ElementContainerControl)
    In This Topic
    Internal use only. Element state.
    Syntax
    'Declaration
     
    
    Protected Overridable Property StatePriv As ElementState
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As ElementState
     
    instance.StatePriv = value
     
    value = instance.StatePriv
    protected virtual ElementState StatePriv {get; set;}
    See Also