Win32ToolBarDropDownArrows Property |
Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool DropDownArrows { get; set; }
Public Property DropDownArrows As Boolean
Get
Set
public:
property bool DropDownArrows {
bool get ();
void set (bool value);
}
member DropDownArrows : bool with get, set
Return Value
Type:
Boolean if drop-down toolbar buttons display down arrows; otherwise,
. The default is
.
See Also