Click or drag to resize

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; }

Return Value

Type: String
The access key for quick navigation to the Web server control. The default value is Empty, which indicates that this property is not set.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified access key is neither null, Empty nor a single character string.
Remarks
Overridden here only to make the property non-browsable.
See Also