C# Class ZForge.Controls.TreeViewAdv.Tree.NodeControls.ExpandingIcon

Displays an animated icon for those nodes, who are in expanding state. Parent TreeView must have AsyncExpanding property set to true.
Inheritance: NodeControl
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
Draw ( TreeNodeAdv node, DrawContext context ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
Start ( ) : void

Méthodes protégées

Méthode Description
OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void

Private Methods

Méthode Description
IterateIcons ( ) : void

Method Details

Draw() public méthode

public Draw ( TreeNodeAdv node, DrawContext context ) : void
node TreeNodeAdv
context DrawContext
Résultat void

MeasureSize() public méthode

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
Résultat System.Drawing.Size

OnIsVisibleValueNeeded() protected méthode

protected OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void
args NodeControlValueEventArgs
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void