C# Class ComponentFactory.Krypton.Toolkit.KryptonTreeView.InternalTreeView

Inheritance: System.Windows.Forms.TreeView
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
InternalTreeView ( KryptonTreeView kryptonTreeView ) : System

Initialize a new instance of the InternalTreeView class.

Recreate ( ) : void

Recreate the window handle.

ResetIndent ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases all resources used by the Control.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnTrackMouseEnter ( EventArgs e ) : void

Raises the TrackMouseEnter event.

OnTrackMouseLeave ( EventArgs e ) : void

Raises the TrackMouseLeave event.

WndProc ( Message &m ) : void

Process Windows-based messages.

Private Methods

Méthode Description
WmPaint ( Message &m ) : void

Method Details

Dispose() protected méthode

Releases all resources used by the Control.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

InternalTreeView() public méthode

Initialize a new instance of the InternalTreeView class.
public InternalTreeView ( KryptonTreeView kryptonTreeView ) : System
kryptonTreeView KryptonTreeView Reference to owning control.
Résultat System

OnLayout() protected méthode

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
Résultat void

OnTrackMouseEnter() protected méthode

Raises the TrackMouseEnter event.
protected OnTrackMouseEnter ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnTrackMouseLeave() protected méthode

Raises the TrackMouseLeave event.
protected OnTrackMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

Recreate() public méthode

Recreate the window handle.
public Recreate ( ) : void
Résultat void

ResetIndent() public méthode

public ResetIndent ( ) : void
Résultat void

WndProc() protected méthode

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Résultat void