Nevron .NET Vision
Nevron.UI Namespace / NCaptionElement Class / ButtonsAlign Property


In This Topic
    ButtonsAlign Property
    In This Topic
    Gets/sets how the buttons are aligned within the parent caption.
    Syntax
    'Declaration
     
    
    Public Property ButtonsAlign As System.Drawing.ContentAlignment
    'Usage
     
    
    Dim instance As NCaptionElement
    Dim value As System.Drawing.ContentAlignment
     
    instance.ButtonsAlign = value
     
    value = instance.ButtonsAlign
    public System.Drawing.ContentAlignment ButtonsAlign {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