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

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ToString ( ) : string
TreeColumn ( ) : System
TreeColumn ( string header, int width ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeColumn() public méthode

public TreeColumn ( ) : System
Résultat System

TreeColumn() public méthode

public TreeColumn ( string header, int width ) : System
header string
width int
Résultat System