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

Inheritance: BindableControl
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

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

Protected Methods

Method Description
GetIcon ( TreeNodeAdv node ) : Image

Method Details

Draw() public method

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

GetIcon() protected method

protected GetIcon ( TreeNodeAdv node ) : Image
node TreeNodeAdv
return Image

MeasureSize() public method

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

NodeIcon() public method

public NodeIcon ( ) : System
return System