[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem

InputFieldTabIndexItem Class

Represents the canvas item to specify tab order.

Inheritance
InputFieldTabIndexItem
Implements
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class InputFieldTabIndexItem : CanvasItem, IDisposable, ICloneable
Examples
InputFieldTabIndexItem item = new InputFieldTabIndexItem(tabIndex);
_canvasItems.Add(item);

Constructors

Name Description
InputFieldTabIndexItem(int)

Initializes an instance of class InputFieldTabIndexItem.

Properties

Name Description
TabIndex

Gets the tab index.

Methods

Name Description
Clone()

Performs a cloning of this instance.