Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NRenderCaptionContext Class / Buttons Field


In This Topic
    Buttons Field
    In This Topic
    A collection of all the buttons visible on the caption.
    Syntax
    'Declaration
     
    
    Public Buttons As NCaptionButtonCollection
    'Usage
     
    
    Dim instance As NRenderCaptionContext
    Dim value As NCaptionButtonCollection
     
    value = instance.Buttons
     
    instance.Buttons = value
    public NCaptionButtonCollection Buttons
    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