Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / MenuTool Class / DropDownZoneWidth Property


In This Topic
    DropDownZoneWidth Property
    In This Topic
    Gets the width of the dropdown zone.
    Syntax
    'Declaration
     
    Protected ReadOnly Property DropDownZoneWidth As Integer
    'Usage
     
    Dim instance As MenuTool
    Dim value As Integer
     
    value = instance.DropDownZoneWidth
    protected int DropDownZoneWidth {get;}

    Property Value

    A value representing the width of the dropdown zone. By default, 12.
    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