Property | Type | Description | |
---|---|---|---|
CreatePen | |||
DeleteObject | bool | ||
DrawTextPrompt | void | ||
ExcludeClipRect | int | ||
GetComboBoxInfo | bool | ||
GetWindowDC | |||
GetWindowRect | bool | ||
OnPaintForeground | void | ||
PaintTransparentBackground | void | ||
Rectangle | void | ||
ReleaseDC | int | ||
SelectObject | |||
SetFocus | |||
dropDownCheck_Tick | void |
Method | Description | |
---|---|---|
DrawNativeBorder ( |
Non client area border drawing
|
|
GetControlListBoxMessage ( |
Creates a default WM_CTLCOLORLISTBOX message
|
|
GetListHandle ( |
Gets the list control of a combo box
|
|
GetPreferredSize ( |
||
RGB ( int R, int G, int B ) : int | ||
YamuiComboBox ( ) : System |
Method | Description | |
---|---|---|
OnDrawItem ( |
||
OnDropDown ( |
On drop down
|
|
OnEnter ( |
||
OnGotFocus ( |
||
OnKeyDown ( |
||
OnKeyUp ( |
||
OnLeave ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnSelectedIndexChanged ( |
||
WndProc ( |
Method | Description | |
---|---|---|
CreatePen ( PenStyles enPenStyle, int nWidth, int crColor ) : |
||
DeleteObject ( |
||
DrawTextPrompt ( |
||
ExcludeClipRect ( |
||
GetComboBoxInfo ( |
||
GetWindowDC ( |
||
GetWindowRect ( |
||
OnPaintForeground ( PaintEventArgs e ) : void | ||
PaintTransparentBackground ( |
||
Rectangle ( |
||
ReleaseDC ( |
||
SelectObject ( |
||
SetFocus ( |
||
dropDownCheck_Tick ( object sender, |
Checks when the drop down is fully visible
|
public DrawNativeBorder ( |
||
handle | The handle to the control | |
return | void |
public GetControlListBoxMessage ( |
||
handle | The drop down handle | |
return |
public static GetListHandle ( |
||
handle | Handle of the combo box itself | |
return |
public GetPreferredSize ( |
||
proposedSize | ||
return |
protected OnDrawItem ( |
||
e | ||
return | void |
protected OnDropDown ( |
||
e | ||
return | void |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSelectedIndexChanged ( |
||
e | ||
return | void |
public static RGB ( int R, int G, int B ) : int | ||
R | int | |
G | int | |
B | int | |
return | int |
protected WndProc ( |
||
m | ||
return | void |