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


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