Property | Type | Description | |
---|---|---|---|
IsCursorOver | bool | ||
displayIndex | int | ||
dragOffset | Real | ||
expandedBox | BorderPanel | ||
highlightIndex | int | ||
isDragging | bool | ||
isExpanded | bool | ||
isFitToContents | bool | ||
itemElements | List |
||
items | List |
||
itemsShown | int | ||
maxItemsShown | int | ||
scrollHandle | Panel | ||
scrollTrack | BorderPanel | ||
sectionIndex | int | ||
smallBox | BorderPanel | ||
smallTextArea | TextArea | ||
textArea | TextArea |
Method | Description | |
---|---|---|
AddItem ( String item ) : void |
|
|
ClearItems ( ) : void |
|
|
OnCursorMoved ( Vector2 cursorPos ) : void |
|
|
OnCursorPressed ( Vector2 cursorPos ) : void |
|
|
OnCursorReleased ( Vector2 cursorPos ) : void |
|
|
OnLostFocus ( ) : void |
|
|
OnSelectedIndexChanged ( object sender, |
Raises the Selected Index Changed event.
|
|
RemoveItem ( String item ) : void |
|
|
RemoveItem ( int index ) : void |
|
|
SelectItem ( String item ) : void |
|
|
SelectItem ( String item, bool notifyListener ) : void |
|
|
SelectItem ( int index ) : void |
|
|
SelectItem ( int index, bool notifyListener ) : void |
|
|
SelectMenu ( String name, String caption, Real width, Real boxWidth, int maxItemsShown ) : System |
Do not instantiate any widgets directly. Use SdkTrayManager.
|
Method | Description | |
---|---|---|
Retract ( ) : void |
Internal method - cleans up an expanded menu.
|
public OnCursorMoved ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
return | void |
public OnCursorPressed ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
return | void |
public OnCursorReleased ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
return | void |
public OnSelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public SelectItem ( String item, bool notifyListener ) : void | ||
item | String | |
notifyListener | bool | |
return | void |
public SelectItem ( int index, bool notifyListener ) : void | ||
index | int | |
notifyListener | bool | |
return | void |
public SelectMenu ( String name, String caption, Real width, Real boxWidth, int maxItemsShown ) : System | ||
name | String | |
caption | String | |
width | Real | |
boxWidth | Real | |
maxItemsShown | int | |
return | System |