Skip to main content

TdxSkinChooserGalleryOptions Members

Contains appearance settings of a skin chooser gallery.

Constructors

Name Description
Create(TdxCustomRibbonGalleryItem) Initializes a new instance of the TdxRibbonGalleryBaseOptions class with specified settings. Inherited from TdxRibbonGalleryBaseOptions.

Properties

Name Description
CanCollapse protected Specifies whether an in-Ribbon gallery can be automatically collapsed to a sub-menu when the Ribbon control is resized. Inherited from TdxCustomRibbonGalleryOptions.
Collapsed protected Specifies whether an in-Ribbon gallery is collapsed to a sub-menu. Inherited from TdxCustomRibbonGalleryOptions.
ColumnCount Specifies the number of columns displayed in a gallery. Inherited from TdxCustomRibbonGalleryOptions.
EqualItemSizeInAllGroups protected Specifies whether all the item sizes in gallery groups are identical. Inherited from TdxCustomRibbonGalleryOptions.
Images Provides images for gallery items. Inherited from TdxRibbonGalleryBaseOptions.
ItemAllowDeselect Specifies whether end-users can deselect gallery items. Inherited from TdxCustomRibbonGalleryOptions.
ItemHintSource Specifies the ribbon gallery items‘ hint and screen tip behavior. Inherited from TdxCustomRibbonGalleryOptions.
ItemImagePosition Specifies the manner in which a gallery item‘s image and text (caption and description) are aligned. Inherited from TdxRibbonGalleryBaseOptions.
ItemImageSize Specifies the height and width of item images within a gallery group. Inherited from TdxRibbonGalleryBaseOptions.
ItemPullHighlighting Provides access to contiguous highlighting options. Inherited from TdxRibbonGalleryBaseOptions.
ItemSelectionMode protected Specifies whether gallery items support the selected state and whether multiple item selection is allowed. Inherited from TdxCustomRibbonGalleryOptions.
ItemSize Specifies the height and width of gallery items. Inherited from TdxRibbonGalleryBaseOptions.
ItemSizeInRibbon protected Specifies the height and width of gallery items displayed within an in-Ribbon gallery. Inherited from TdxCustomRibbonGalleryOptions.
ItemTextAlignVert Specifies items’ text vertical alignment in all gallery groups. Inherited from TdxRibbonGalleryBaseOptions.
ItemTextKind Specifies the caption and description visibility for a gallery group‘s items. Inherited from TdxRibbonGalleryBaseOptions.
MinColumnCount protected Specifies the minimum number of columns displayed in an in-Ribbon gallery. Inherited from TdxCustomRibbonGalleryOptions.
PopupMenu Specifies a custom popup menu for a ribbon gallery or its groups. Inherited from TdxRibbonGalleryBaseOptions.
RowCount protected Specifies the maximum number of rows visible in a dropdown gallery at one time. Inherited from TdxCustomRibbonGalleryOptions.
ShowItemHint Specifies whether the hint window is displayed, when an end-user positions the mouse pointer over a gallery item. Inherited from TdxCustomRibbonGalleryOptions.
ShowScrollbar protected This property is obsolete. The scrollbar’s visibility is determined automatically, based on the RowCount property value. Inherited from TdxCustomRibbonGalleryOptions.
SpaceAfterGroupHeader Specifies the additional offset (in pixels) from a group header to gallery items. Inherited from TdxRibbonGalleryBaseOptions.
SpaceBetweenGroups Specifies the group spacing (in pixels) in a dropdown gallery. Inherited from TdxCustomRibbonGalleryOptions.
SpaceBetweenItemCaptionAndDescription Specifies the distance (in pixels) between a gallery item‘s caption and description. Inherited from TdxRibbonGalleryBaseOptions.
SpaceBetweenItemImageAndText Specifies the distance (in pixels) between a gallery item‘s image and text (caption and description). Inherited from TdxRibbonGalleryBaseOptions.
SpaceBetweenItemsAndBorder Specifies the space between outermost gallery items and a gallery group‘s border, in pixels. Inherited from TdxCustomRibbonGalleryOptions.
SpaceBetweenItemsHorizontally Specifies the horizontal space between gallery items, in pixels. Inherited from TdxRibbonGalleryBaseOptions.
SpaceBetweenItemsVertically Specifies the vertical space between gallery items, in pixels. Inherited from TdxRibbonGalleryBaseOptions.
SubmenuResizing protected Specifies the manner in which a sub-menu’s dropdown window for a collapsed in-Ribbon gallery can be resized by end-users. Inherited from TdxCustomRibbonGalleryOptions.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also