RAD Studio VCL Reference
|
Individual skinned items of Group.
TSkinRibbonGroup = ( srgBackground, srgBackgroundHover, srgBackgroundDisabled, srgCaption, srgCaptionHover, srgCaptionDisabled, srgDialogButton, srgDialogButtonHover, srgDialogButtonPressed, srgDialogButtonIcon, srgDialogButtonIconHover, srgDialogButtonIconPressed, srgMinimizeButton, srgMinimizeButtonHover, srgMinimizeButtonPressed, srgMinimizeButtonIcon, srgMinimizeButtonPressedIcon );
enum TSkinRibbonGroup { srgBackground, srgBackgroundHover, srgBackgroundDisabled, srgCaption, srgCaptionHover, srgCaptionDisabled, srgDialogButton, srgDialogButtonHover, srgDialogButtonPressed, srgDialogButtonIcon, srgDialogButtonIconHover, srgDialogButtonIconPressed, srgMinimizeButton, srgMinimizeButtonHover, srgMinimizeButtonPressed, srgMinimizeButtonIcon, srgMinimizeButtonPressedIcon };
TSkinRibbonGroup enumerates the individual skinned items of a Group.
Value |
Meaning |
srgBackground |
Background |
srgBackgroundStart |
Background start |
srgBackgroundEnd |
Background end |
srgBackgroundHover |
Background hover |
srgBackgroundHoverStart |
Background start hover |
srgBackgroundHoverEnd |
Background end hover |
srgBackgroundDisabled |
Disabled background |
srgBackgroundDisabledStart |
Disabled background start |
srgBackgroundDisabledEnd |
Disabled background end |
srgCaption |
Caption |
srgCaptionHover |
Caption hover |
srgCaptionDisabled |
Disabled caption |
srgDialogButton |
Dialog button |
srgDialogButtonHover |
Dialog button hover |
srgDialogButtonPressed |
Pressed dialog button |
srgDialogButtonIcon |
Dialog button icon |
srgDialogButtonIconHover |
Dialog button icon hover |
srgDialogButtonIconPressed |
Pressed dialog button icon |
srgMinimizeButton |
Minimize button |
srgMinimizeButtonStart |
Minimize button start |
srgMinimizeButtonEnd |
Minimize button end |
srgMinimizeButtonHover |
Minimize button hover |
srgMinimizeButtonHoverStart |
Minimize button hover start |
srgMinimizeButtonHoverEnd |
Minimize button hover end |
srgMinimizeButtonPressed |
Pressed minimize button |
srgMinimizeButtonPressedStart |
Pressed minimize button start |
srgMinimizeButtonPressedEnd |
Pressed minimize button end |
srgMinimizeButtonIcon |
Minimize button icon |
srgMinimizeButtonPressedIcon |
Pressed minimize button icon |
srgScrollLeft |
Left scroll |
srgScrollLeftHover |
Left scroll hover |
srgScrollRight |
Scroll right |
srgScrollRightHover |
Scroll right hover |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|