C# Class ClearCanvas.Desktop.View.WinForms.BindingTreeView.XTreeView

TreeView control that fixes the 16x16 state image size restriction.

Basically, the WinForms wrapper of a TreeView uses a copy of the state image list we provide. This copy is modified by duplicating the first image as a dummy "no-state" image - but the code was unfortunately written in a way that ensured a constant 16x16 image size.

Inheritance: System.Windows.Forms.TreeView
Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Méthode Description
XTreeView ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
UpdateExtendedStyles ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

XTreeView() public méthode

public XTreeView ( ) : System
Résultat System