Skip to main content

TdxRibbonGallerySubmenuResizing Enum

Enumerates available types of an in-Ribbon gallery‘s dropdown window resizing.

Declaration

TdxRibbonGallerySubmenuResizing = (
    gsrNone,
    gsrHeight,
    gsrWidthAndHeight
);

Members

Name
gsrNone
gsrHeight
gsrWidthAndHeight

Remarks

Values include:

Value Meaning
gsrNone Disables both horizontal and vertical resizing.
gsrHeight Enables vertical resizing.
gsrWidthAndHeight Enables both horizontal and vertical resizing.
See Also