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
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
Draw ( TreeNodeAdv node, DrawContext context ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
Start ( ) : void

Protected Methods

Method Description
OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void

Private Methods

Method Description
IterateIcons ( ) : void

Method Details

Draw() public method

public Draw ( TreeNodeAdv node, DrawContext context ) : void
node TreeNodeAdv
context DrawContext
return void

MeasureSize() public method

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
return System.Drawing.Size

OnIsVisibleValueNeeded() protected method

protected OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void
args NodeControlValueEventArgs
return void

Start() public static method

public static Start ( ) : void
return void