Gets or sets the action to be performed when the TAB key is pressed in a C1.Win.C1Preview.C1PreviewPane control which is viewing the current document.

The default value is MoveAccrossDocOut.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(FormsKeyActionTabEnum.MoveAccrossDocOut)]
[XmlAttributeAttribute("FormsKeyActionTab")]
public FormsKeyActionTabEnum FormsKeyActionTab { get; set; }
Visual Basic
<DefaultValueAttribute(FormsKeyActionTabEnum.MoveAccrossDocOut)> _
<XmlAttributeAttribute("FormsKeyActionTab")> _
Public Property FormsKeyActionTab As FormsKeyActionTabEnum
	Get
	Set

Remarks

The default value for this property is FormsKeyActionTabEnum.MoveAccrossDocOut.

See Also