Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NStatusBarPanelCollection Class / Add Method / Add(NStatusBarPanel) Method
The panel lto add.


In This Topic
    Add(NStatusBarPanel) Method
    In This Topic
    Adds a new NStatusBarPanel object to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal panel As NStatusBarPanel _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NStatusBarPanelCollection
    Dim panel As NStatusBarPanel
    Dim value As System.Integer
     
    value = instance.Add(panel)
    public System.int Add( 
       NStatusBarPanel panel
    )

    Parameters

    panel
    The panel lto add.

    Return Value

    The index at which the panel was inserted.
    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