名前 | 解説 | |
---|---|---|
OwnerDrawOutlineButtonEventArgs コンストラクタ | Initializes a new instance of the OwnerDrawOutlineButtonEventArgs class. |
OwnerDrawOutlineButtonEventArgsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
OwnerDrawOutlineButtonEventArgs コンストラクタ | Initializes a new instance of the OwnerDrawOutlineButtonEventArgs class. |
名前 | 解説 | |
---|---|---|
Bounds | Get the rectangle where the outline button will be painted (in client coordinates). | |
Col | Get column index of the cell which contains the outline button being painted. | |
Graphics | Gets the Graphics object used to draw the outline button. Use this object to draw custom elements in the outline button. | |
Handled | Gets or sets whether the event has finished drawing the outline button. | |
Image | Gets or sets the image that will be displayed in the cell. | |
Level | Get the level of the tree which will be collapsed by clicking on the outline button. | |
Row | Get the row index of the cell which contains the outline button being painted. | |
Style | Sets or sets the CellStyle object used to paint the outline button. | |
Text | Gets or sets the text that will be displayed in the outline button. |
名前 | 解説 | |
---|---|---|
DrawOutlineButton | オーバーロードされます。 Causes the grid to paint parts of the outline button (background, foreground, border, etc.) |