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


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