Specifies the parts of UI element that are to be painted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PaintPart |
| Visual Basic |
|---|
<FlagsAttribute> Public Enumeration PaintPart |
| Visual C++ |
|---|
[FlagsAttribute] public enum class PaintPart |
| F# |
|---|
[<FlagsAttribute>] type PaintPart |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Empty | 0 | Nothing to paint | |
| Background | 1 | Background | |
| Borders | 2 | Borders around the UI element | |
| SortIcon | 4 | Sort icon on the column's caption | |
| Image | 8 | Icon in the Column or in the Cell | |
| Text | 16 | Text of the UI element. | |
| ColumnCaptions | 32 | Column caption. | |
| ColumnSeparator | 64 | Separator between column captions. | |
| HierarchicalLines | 256 | Hierarchical lines between row selector and the first cell. | |
| HierarchicalLinesBackground | 512 | Background of hierarchical lines between row selector and the first cell. | |
| SpaceBeforeFirstColumn | 1024 | Empty space before of the first Column. | |
| SpaceAfterLastColumn | 2048 | Empty space after the last Column. | |
| ExpansionButton | 4096 | Expansion (+/-) button. | |
| Focus | 8192 | Frame around focused Row or Cell. | |
| Selection | 16384 | Frame around selected Rows. | |
| RowSelector | 32768 | Row selector | |
| RowSelectorImages | 65536 | Row selector images | |
| Editor | 131072 | Cell editor | |
| EditorValue | 262144 | value, if UITypeEditor supports value painting | |
| Highlighting | 524288 | Cell highlighting | |
| TooltipMessage | 1048576 | Tooltip icon in cell | |
| TooltipCellFrame | 2097152 | A frame around cell if it has tooltip message | |
| VerticalLines | 4194304 | Vertical lines between cells | |
| HorizontalLines | 8388608 | Horizontal lines between cells | |
| Filter | 16777216 | Filter icon in column | |
| All | 20840319 | Paints all parts of the UI element |