Specifies how 3D elements are rendered.
[Visual Basic]
Public Enum FlatModeEnum
[C#]
public enum FlatModeEnum
[Delphi]
type FlatModeEnum = (Flat, Popup, Standard, System);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Flat |
Three-dimensional elements appear flat. |
Popup |
Three-dimensional elements are flat, but when the user drags the cursor over a column heading or recordselector, they become three-dimensional and appear to pop up. |
Standard |
The grid's column headers and recordselectors are rendered with an inset three-dimensional look. |
System |
Three-dimensional elements uses XP Themes if available. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |