ShellAddressBarTabStop Property |
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Property Value
Boolean
See Also