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