Win32ToolBarTabStop Property |
This property is not meaningful for this control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool TabStop { get; set; }
Public Property TabStop As Boolean
Get
Set
public:
property bool TabStop {
bool get ();
void set (bool value);
}
member TabStop : bool with get, set
Return Value
Type:
BooleanA bool value indicating the property value.
See Also