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

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

Private Properties

Свойство Type Description
AssignParent void
GetActualSize System.Drawing.Size

Méthodes publiques

Méthode Description
Draw ( TreeNodeAdv node, DrawContext context ) : void
GetToolTip ( TreeNodeAdv node ) : string
IsVisible ( TreeNodeAdv node ) : bool
KeyDown ( KeyEventArgs args ) : void
KeyUp ( KeyEventArgs args ) : void
MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
MouseDoubleClick ( TreeNodeAdvMouseEventArgs args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void

Méthodes protégées

Méthode Description
CheckThread ( ) : void
GetBounds ( TreeNodeAdv node, DrawContext context ) : Rectangle
OnIsVisibleValueNeeded ( NodeControlValueEventArgs args ) : void

Private Methods

Méthode Description
AssignParent ( TreeViewAdv parent ) : void
GetActualSize ( TreeNodeAdv node, DrawContext context ) : Size

Method Details

CheckThread() protected méthode

protected CheckThread ( ) : void
Résultat void

Draw() public abstract méthode

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

GetBounds() protected méthode

protected GetBounds ( TreeNodeAdv node, DrawContext context ) : Rectangle
node TreeNodeAdv
context DrawContext
Résultat System.Drawing.Rectangle

GetToolTip() public méthode

public GetToolTip ( TreeNodeAdv node ) : string
node TreeNodeAdv
Résultat string

IsVisible() public méthode

public IsVisible ( TreeNodeAdv node ) : bool
node TreeNodeAdv
Résultat bool

KeyDown() public méthode

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
Résultat void

KeyUp() public méthode

public KeyUp ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
Résultat void

MeasureSize() public abstract méthode

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

MouseDoubleClick() public méthode

public MouseDoubleClick ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

MouseDown() public méthode

public MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

MouseUp() public méthode

public MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

OnIsVisibleValueNeeded() protected méthode

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