Vcl.ActnMan.TGalleryResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGalleryResize = (grNone, grVertical, grBoth);

C++

enum DECLSPEC_DENUM TGalleryResize : unsigned char { grNone, grVertical, grBoth };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TGalleryResize enumerates the possible resizing options for a gallery.

TGalleryResize enumerates the possible resizing options for a gallery located on a ribbon group. The following are possible values of TGalleryResize.



Value Meaning

grNone

Gallery resizing is not allowed.

grVertical

Resizing is allowed only vertically.

grBoth

Resizing is allowed both vertically and horizontally.



See Also