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


In This Topic
    State Property (NNavigationPane)
    In This Topic
    Gets/sets the current state of the pane. If IsCollapsible is false this has no effect.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the current state of the pane. If IsCollapsible is false this has no effect.")>
    Public Property State As NNavigationPane.PaneState
    'Usage
     
    
    Dim instance As NNavigationPane
    Dim value As NNavigationPane.PaneState
     
    instance.State = value
     
    value = instance.State
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/sets the current state of the pane. If IsCollapsible is false this has no effect.")]
    public NNavigationPane.PaneState 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