RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
RibbonStyleActnCtrls.TSkinGallery Enumeration

Individual skinned items of Gallery.

Pascal
TSkinGallery = (
  sgButton,
  sgUpButton,
  sgUpButtonHover,
  sgUpButtonPressed,
  sgUpButtonDisabled,
  sgDownButton,
  sgDownButtonHover,
  sgDownButtonPressed,
  sgDownButtonDisabled,
  sgMoreButton,
  sgMoreButtonHover,
  sgMoreButtonHoverDisabled
);
C++
enum TSkinGallery {
  sgButton,
  sgUpButton,
  sgUpButtonHover,
  sgUpButtonPressed,
  sgUpButtonDisabled,
  sgDownButton,
  sgDownButtonHover,
  sgDownButtonPressed,
  sgDownButtonDisabled,
  sgMoreButton,
  sgMoreButtonHover,
  sgMoreButtonHoverDisabled
};

TSkinGallery enumerates the individual skinned items of a Gallery.

Value 
Meaning 
sgBackground  
Background  
sgUpButton  
Up button  
sgUpButtonHover  
Up button hover  
sgUpButtonPressed  
Pressed up button  
sgupButtonDisabled  
Disabled up button  
sgDownButton  
Down button  
sgDownButtonHover  
Down button hover  
sgDownButtonPressed  
Pressed down button  
sgDownButtonDisabled  
Disabled down button  
sgMoreButton  
More button  
sgMoreButtonHover  
More button hover  
sgUpIcon  
Up icon  
sgDownIcon  
Down icon  
sgMoreIcon  
More icon  

 

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