Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets or retrieves the keyboard shortcut key (AccessKey) for setting focus to the item.
Syntax
Visual Basic Overridable Public Property AccessKey As string C# public virtual string AccessKey { get; set; } Managed C++ public: __property virtual string get_AccessKey();
public: __property virtual void set_AccessKey(string);JScript public function get AccessKey() : string;
public function set AccessKey(string);
Possible Values
sAccessKey string that specifies or receives the AccessKey for setting focus to the item. The property is read/write. The property has no default value.
Property Information
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl