TcxEditButtonTransparency Enum
Represents the button transparency mode within an editor.
#Declaration
TcxEditButtonTransparency = (
ebtNone,
ebtInactive,
ebtAlways,
ebtHideInactive,
ebtHideUnselected
);
#Members
Name |
---|
ebt
|
ebt
|
ebt
|
ebt
|
ebt
|
#Remarks
The TcxEditButtonTransparency type enumerates transparency modes of editor buttons. The following table describes possible values:
Value | Meaning |
---|---|
ebt | A button is always displayed in a non-transparent fashion. |
ebt | A button is drawn when the editor has focus or when the mouse cursor is positioned over the button. Otherwise, the button is transparent. The following images demonstrate the Tcx |
ebt | A button is always transparent. The following image demonstrates the Tcx |
ebt | A button is drawn only when the editor has focus. Otherwise, the button is invisible. The following images demonstrate the Tcx |
ebt | A button is drawn when the editor has focus or when the mouse cursor is positioned over the editor region. Otherwise, the button is invisible. The following images demonstrate the Tcx |