Method | Description | |
---|---|---|
InternalListBox ( |
Initialize a new instance of the InternalListBox class.
|
|
Recreate ( ) : void |
Recreate the window handle.
|
|
RefreshItemSizes ( ) : void |
Force the remeasure of items so they are sized correctly.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
WmPaint ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public InternalListBox ( |
||
kryptonListBox | Reference to owning control. | |
return | System |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs containing the event data. |
return | void |
protected OnTrackMouseEnter ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnTrackMouseLeave ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected WndProc ( |
||
m | A Windows-based message. | |
return | void |