Win32ToolBarButtonPushed Property |
Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool Pushed { get; set; }Public Property Pushed As Boolean
Get
Set
public:
property bool Pushed {
bool get ();
void set (bool value);
}member Pushed : bool with get, set
Return Value
Boolean if a toggle-style toolbar button is currently in the pushed state; otherwise,
. The default is
.
See Also