Table of Contents

Class QATItem

Namespace
H.Windows.Ribbon
Assembly
H.Windows.Ribbon.dll
public class QATItem
Inheritance
QATItem
Inherited Members
Extension Methods

Constructors

QATItem()

public QATItem()

QATItem(object, bool)

public QATItem(object instance, bool isSplitHeader)

Parameters

instance object
isSplitHeader bool

Properties

ControlIndices

public Int32Collection ControlIndices { get; set; }

Property Value

Int32Collection

GroupIndex

public int GroupIndex { get; set; }

Property Value

int

Instance

public object Instance { get; set; }

Property Value

object

IsSplitHeader

public bool IsSplitHeader { get; set; }

Property Value

bool

TabIndex

public int TabIndex { get; set; }

Property Value

int