Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionBar Class / GetButton Method


In This Topic
    GetButton Method (NCaptionBar)
    In This Topic
    Gets the button with the specififed id.
    Syntax
    'Declaration
     
    
    Public Function GetButton( _
       ByVal id As System.Integer _
    ) As NCaptionButton
    'Usage
     
    
    Dim instance As NCaptionBar
    Dim id As System.Integer
    Dim value As NCaptionButton
     
    value = instance.GetButton(id)
    public NCaptionButton GetButton( 
       System.int id
    )

    Parameters

    id
    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