Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddItem ( String label, String name = "" ) : |
Adds a new item.
|
|
Close ( ) : void |
Closes the combo.
|
|
ComboBox ( |
Initializes a new instance of the ComboBox class.
|
|
DeleteAll ( ) : void |
Removes all items.
|
|
Open ( ) : void |
Opens the combo.
|
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
|
OnClicked ( ) : void |
Internal Pressed implementation.
|
|
OnItemSelected ( |
Internal handler for item selected event.
|
|
OnKeyDown ( bool down ) : bool |
Handler for Down Arrow keyboard event.
|
|
OnKeyUp ( bool down ) : bool |
Handler for Up Arrow keyboard event.
|
|
OnKeyboardFocus ( ) : void |
Handler for gaining keyboard focus.
|
|
OnLostKeyboardFocus ( ) : void |
Handler for losing keyboard focus.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
|
RenderFocus ( Skins skin ) : void |
Renders the focus overlay.
|
public AddItem ( String label, String name = "" ) : |
||
label | String | Item label (displayed). |
name | String | Item name. |
return |
public ComboBox ( |
||
parent | Parent control. | |
return | System |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected OnItemSelected ( |
||
control | Event source. | |
return | void |
protected OnKeyDown ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |
protected OnKeyUp ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected RenderFocus ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |