TcxCustomEditStyle.ButtonTransparency Property
Specifies the manner in which editor buttons are displayed.
Declaration
property ButtonTransparency: TcxEditButtonTransparency read; write;
Property Value
Type |
---|
TcxEditButtonTransparency |
Remarks
The ButtonTransparency property allows you to define the different manners in which editor buttons are displayed when the edit control has or has not focus and when the mouse is positioned over it. The TcxEditButtonTransparency enumerator represents the button transparency styles.
When the ButtonTransparency property is assigned, the svButtonTransparency flag is set to the AssignedValues property.
See Also