RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TGalleryResize Enumeration

TGalleryResize enumerates the possible resizing options for a gallery.

Pascal
TGalleryResize = (
  grNone,
  grVertical,
  grBoth
);
C++
enum TGalleryResize {
  grNone,
  grVertical,
  grBoth
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!