TRibbonItemPosition Enumeration

Represents type TRibbonItemPosition.

Namespace: System.UI.Ribbon
type
 TRibbonItemPosition = (ripBeginNewRow, ripBeginNewColumn, ripContinueRow);

The TRibbonItemPosition type exposes the following members.

Show:
 NameDescription
ripBeginNewColumn

Represents constant ripBeginNewColumn.

ripBeginNewRow

Represents constant ripBeginNewRow.

ripContinueRow

Represents constant ripContinueRow.

Top