Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NStatusBar Class / Panels Property


In This Topic
    Panels Property (NStatusBar)
    In This Topic
    Gets the collection of NStatusBarPanel objects for the NStatusBar control.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.DescriptionAttribute("Gets the collection of NStatusBarPanel objects for the NStatusBar control.")>
    Public Shadows ReadOnly Property Panels As NStatusBarPanelCollection
    'Usage
     
    
    Dim instance As NStatusBar
    Dim value As NStatusBarPanelCollection
     
    value = instance.Panels
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets the collection of NStatusBarPanel objects for the NStatusBar control.")]
    public new NStatusBarPanelCollection Panels {get;}
    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