Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NExpander Class / State Property


In This Topic
    State Property (NExpander)
    In This Topic
    Gets/sets the current state of the expander.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the current state of the expander.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property State As ExpanderState
    'Usage
     
    
    Dim instance As NExpander
    Dim value As ExpanderState
     
    instance.State = value
     
    value = instance.State
    [System.ComponentModel.Description("Gets/sets the current state of the expander.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ExpanderState State {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also