메소드 | 설명 | |
---|---|---|
InternalTreeView ( |
Initialize a new instance of the InternalTreeView class.
|
|
Recreate ( ) : void |
Recreate the window handle.
|
|
ResetIndent ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the Control.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnTrackMouseEnter ( |
Raises the TrackMouseEnter event.
|
|
OnTrackMouseLeave ( |
Raises the TrackMouseLeave event.
|
|
WndProc ( |
Process Windows-based messages.
|
메소드 | 설명 | |
---|---|---|
WmPaint ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
public InternalTreeView ( |
||
kryptonTreeView | Reference to owning control. | |
리턴 | System |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs containing the event data. |
리턴 | void |
protected OnTrackMouseEnter ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected OnTrackMouseLeave ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected WndProc ( |
||
m | A Windows-based message. | |
리턴 | void |