Click or drag to resize

Win32ToolBarButtonPushed Property

Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool Pushed { get; set; }

Return Value

Type: Boolean
if a toggle-style toolbar button is currently in the pushed state; otherwise, . The default is .
See Also