BCGControlBar Library for .NET
TextShortcutMargin Field




Specifies the space between the text of shortcut on the menu item and the right edge of the popup menu.
Syntax
'Declaration
 
Public Shared TextShortcutMargin As Integer
'Usage
 
Dim value As Integer
 
value = ToolbarMenuButton.TextShortcutMargin
 
ToolbarMenuButton.TextShortcutMargin = value
public static int TextShortcutMargin
public: static int TextShortcutMargin
public:
static int TextShortcutMargin
Remarks
The default value is 10 pixels.
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

Reference

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback