Win32ToolBarButtonVisible Property |
Gets or sets a value indicating whether the toolbar button is visible.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
public:
property bool Visible {
bool get ();
void set (bool value);
}
member Visible : bool with get, set
Return Value
Type:
Boolean if the toolbar button is visible; otherwise,
. The default is
.
See Also