C# Class ZForge.Controls.TreeViewAdv.Tree.TreeColumn

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description
CreateGhostImage System.Drawing.Bitmap
CreateRenderers void
Draw void
DrawBackground void
DrawContent void
DrawDropMark void
DrawSortMark void
OnHeaderChanged void
OnIsVisibleChanged void
OnSortOrderChanged void
OnWidthChanged void

Public Methods

Method Description
ToString ( ) : string
TreeColumn ( ) : System
TreeColumn ( string header, int width ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateGhostImage ( Rectangle bounds, Font font ) : Bitmap
CreateRenderers ( ) : void
Draw ( Graphics gr, Rectangle bounds, Font font, bool pressed, bool hot ) : void
DrawBackground ( Graphics gr, Rectangle bounds, bool pressed, bool hot ) : void
DrawContent ( Graphics gr, Rectangle bounds, Font font ) : void
DrawDropMark ( Graphics gr, Rectangle rect ) : void
DrawSortMark ( Graphics gr, Rectangle bounds, int x ) : void
OnHeaderChanged ( ) : void
OnIsVisibleChanged ( ) : void
OnSortOrderChanged ( ) : void
OnWidthChanged ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ToString() public method

public ToString ( ) : string
return string

TreeColumn() public method

public TreeColumn ( ) : System
return System

TreeColumn() public method

public TreeColumn ( string header, int width ) : System
header string
width int
return System