Метод | Описание | |
---|---|---|
DrawCheckBox ( |
Draws the checkbox icon for the specified item on the given graphics.
|
|
DrawColumnExtender ( |
Draws the extender after the last column.
|
|
DrawColumnHeader ( |
Draws the column headers.
|
|
DrawFileIcon ( |
Draws the file icon for the specified item on the given graphics.
|
|
DrawGroupHeader ( |
Draws the group headers.
|
|
DrawItem ( |
Draws the specified item on the given graphics.
|
|
MeasureItem ( View view ) : |
Returns item size for the given view mode.
|
|
ThemeRenderer ( ) : System |
Initializes a new instance of the ThemeRenderer class.
|
Метод | Описание | |
---|---|---|
GetRenderer ( System.Windows.Forms.VisualStyles.VisualStyleElement e ) : System.Windows.Forms.VisualStyles.VisualStyleRenderer |
Returns a renderer for the given element.
|
|
GetRenderer ( string className, int part, int state ) : System.Windows.Forms.VisualStyles.VisualStyleRenderer |
Returns a renderer for the given element.
|
public DrawCheckBox ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
bounds | The bounding rectangle of the checkbox in client coordinates. | |
Результат | void |
public DrawColumnExtender ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The bounding rectangle of extender column in client coordinates. | |
Результат | void |
public DrawColumnHeader ( |
||
g | The System.Drawing.Graphics to draw on. | |
column | The ImageListViewColumnHeader to draw. | |
state | ColumnState | The current view state of column. |
bounds | The bounding rectangle of column in client coordinates. | |
Результат | void |
public DrawFileIcon ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
bounds | The bounding rectangle of the file icon in client coordinates. | |
Результат | void |
public DrawGroupHeader ( |
||
g | The System.Drawing.Graphics to draw on. | |
name | string | The name of the group to draw. |
bounds | The bounding rectangle of group in client coordinates. | |
Результат | void |
public DrawItem ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
state | ItemState | The current view state of item. |
bounds | The bounding rectangle of item in client coordinates. | |
Результат | void |
public MeasureItem ( View view ) : |
||
view | View | The view mode for which the measurement should be made. |
Результат |