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

Inheritance: NodeControl
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
Draw ( TreeNodeAdv node, DrawContext context ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
MouseDoubleClick ( TreeNodeAdvMouseEventArgs args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
NodePlusMinus ( ) : System

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

MouseDoubleClick() public method

public MouseDoubleClick ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
return void

MouseDown() public method

public MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
return void

NodePlusMinus() public method

public NodePlusMinus ( ) : System
return System