Win32ToolBarButton.PartialPush Property |
Gets or sets a value indicating whether a toggle-style toolbar button is partially pushed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxpublic bool PartialPush { get; set; }
Public Property PartialPush As Boolean
Get
Set
public:
property bool PartialPush {
bool get ();
void set (bool value);
}
member PartialPush : bool with get, set
Return Value
Type:
Booleantrue if a toggle-style toolbar button is partially pushed; otherwise,
false. The default is
false.
See Also