C# 클래스 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.

상속: System.Windows.Forms.TreeView
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
XTreeView ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
UpdateExtendedStyles ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

XTreeView() 공개 메소드

public XTreeView ( ) : System
리턴 System