Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / State Property


In This Topic
    State Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property State As ElementState
    'Usage
     
    
    Dim instance As IElement
    Dim value As ElementState
     
    instance.State = value
     
    value = instance.State
    ElementState State {get; set;}
    See Also