TcxEditStyleValue Type
Enumerates flags describing which editor style attributes are assigned.
Declaration
TcxEditStyleValue = cxContainer.TcxContainerStyleValue;
Referenced Class
Type |
---|
TcxContainerStyleValue |
Remarks
The TcxEditStyleValue type enumerates flags indicating which editor style attributes are assigned to the TcxCustomEditStyle object. These flags are set via the TcxCustomEditStyle.AssignedValues property.
Value | Meaning |
---|---|
svBorderColor | Indicates that the TcxCustomEditStyle.BorderColor property is assigned a value. |
svBorderStyle | Indicates that the TcxCustomEditStyle.BorderStyle property is assigned a value. |
svButtonStyle | Indicates that the TcxCustomEditStyle.ButtonStyle property is assigned a value. |
svButtonTransparency | Indicates that the TcxCustomEditStyle.ButtonTransparency property is assigned a value. |
svColor | Indicates that the TcxCustomEditStyle.Color property is assigned a value. |
svEdges | Indicates that the TcxCustomEditStyle.Edges property is assigned a value. |
svFont | Indicates that the TcxCustomEditStyle.Font property is assigned a value. |
svHotTrack | Indicates that the TcxCustomEditStyle.HotTrack property is assigned a value. |
svPopupBorderStyle | Indicates that the TcxCustomEditStyle.PopupBorderStyle property is assigned a value. |
svShadow | Indicates that the TcxCustomEditStyle.Shadow property is assigned a value. |
svTransparentBorder | Indicates that the TcxCustomEditStyle.TransparentBorder property is assigned a value. |
See Also