HorizontalSplitterAccessKey Property |
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [BrowsableAttribute(false)]
public override string AccessKey { get; set; }
<BrowsableAttribute(false)>
Public Overrides Property AccessKey As String
Get
Set
Return Value
Type:
StringThe access key for quick navigation to the Web server control. The default value is
Empty, which indicates that this property is not set.
Exceptions Remarks
Overridden here only to make the property non-browsable.
See Also