Win32ToolBarDropDownArrows Property |
Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean if drop-down toolbar buttons display down arrows; otherwise,
. The default is
.
See Also