'Declaration
Public Enum StyleElementFlags Inherits System.Enum
public enum StyleElementFlags : System.Enum
'Declaration
Public Enum StyleElementFlags Inherits System.Enum
public enum StyleElementFlags : System.Enum
Member | Description |
---|---|
All | All style elements. |
BackColor | The style defines a background color. |
BackgroundImage | The style specifies a background image. |
BackgroundImageLayout | The style specifies a background image alignment. |
Border | The style defines borders. |
ComboList | The style defines a list of choices used to populate drop down editors. |
DataMap | The style defines an System.Collections.IDictionary used to associate cell data with display values. |
DataType | The style defines the System.Type of values contained in the cells. |
Display | The style defines whether to display text and/or images, in the cells. |
EditMask | The style defines an edit mask used to constrain values entered in the cells. |
Editor | The style defines an external control to be used as an editor for the cells. |
Font | The style defines a font. |
ForeColor | The style defines a foreground color. |
Format | The style defines a format string used to convert data into strings. |
ImageAlign | The style defines the image alignment. |
ImageMap | The style defines an System.Collections.IDictionary used to associate cell data with images. |
ImageSpacing | The style defines the spacing between images and text. |
Margins | The style defines margins. |
None | No elements are defined. |
SearchBackColor | The style defines a background color of found text. |
TextAlign | The style defines the text alignment. |
TextDirection | The style defines whether text should be rendered horizontally or vertically. |
TextEffect | The style defines a 3D effect for the text. |
Trimming | The style defines how long strings are trimmed to fit within cells. |
UserData | The style contains arbitrary user data (not used by the control). |
WordWrap | The style defines whether long strings are allowed to wrap within cells. |
This enumeration can be used to inspect styles and determine which elements it defines, and it can also be used to clear specific elements from the style.
Any elements not defined in the style are inherited from the parent style.
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.StyleElementFlags