- Extends
- GUIMenuOption
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIMenuOption
|
+-- XInterface.moComboBox
Direct Known Subclasses:
moComboboxPlus
Inherited Variables from XInterface.GUIMenuOption |
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel |
Functions Summary |
![function function](../img_function.gif) | | AddItem (string Item, optional object Extra, optional string Str))
|
![function function](../img_function.gif) | string | Find (string Test, optional bool bExact, optional bool bExtra))
|
![function function](../img_function.gif) | int | FindExtra (string Test, optional bool bExact))
|
![function function](../img_function.gif) | int | FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj))
|
![function function](../img_function.gif) | bool | FocusFirst (GUIComponent Sender))
|
![function function](../img_function.gif) | string | GetComponentValue ()))
|
![function function](../img_function.gif) | string | GetExtra ()))
|
![function function](../img_function.gif) | int | GetIndex ()))
|
![function function](../img_function.gif) | string | GetItem (int index))
|
![function function](../img_function.gif) | object | GetItemObject (int index))
|
![function function](../img_function.gif) | object | GetObject ()))
|
![function function](../img_function.gif) | string | GetText ()))
|
![function function](../img_function.gif) | | InitComponent (GUIController MyController, GUIComponent MyOwner))
|
![function function](../img_function.gif) | int | ItemCount ()))
|
![function function](../img_function.gif) | | ReadOnly (bool b))
|
![function function](../img_function.gif) | | RemoveItem (int item, optional int Count))
|
![function function](../img_function.gif) | | ResetComponent ()))
|
![function function](../img_function.gif) | | SetComponentValue (coerce string NewValue, optional bool bNoChange))
|
![function function](../img_function.gif) | | SetExtra (string NewExtra, optional bool bListItemsOnly))
|
![function function](../img_function.gif) | | SetIndex (int I))
|
![function function](../img_function.gif) | | SetReadOnly (bool b))
|
![function function](../img_function.gif) | | SetText (string NewText, optional bool bListItemsOnly))
|
![function function](../img_function.gif) | | SilentSetIndex (int i))
|
Inherited Functions from XInterface.GUIMenuOption |
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly |
Inherited Functions from XInterface.GUIMultiComponent |
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility |
Option
var(Option) bool bAlwaysNotify;
var(Option) bool bReadOnly;
function AddItem (
string Item, optional
object Extra, optional
string Str) )
function string Find ( string Test, optional bool bExact, optional bool bExtra) )
function int FindExtra ( string Test, optional bool bExact) )
function
int FindIndex (
string Test, optional
bool bExact, optional
bool bExtra, optional
Object Obj) )
function string GetComponentValue ( ) )
function string GetExtra ( ) )
function int GetIndex ( ) )
function string GetItem ( int index) )
function
object GetItemObject (
int index) )
function
object GetObject ( ) )
function string GetText ( ) )
function int ItemCount ( ) )
function ReadOnly ( bool b) )
function RemoveItem ( int item, optional int Count) )
function ResetComponent ( ) )
function SetComponentValue ( coerce string NewValue, optional bool bNoChange) )
function SetExtra ( string NewExtra, optional bool bListItemsOnly) )
function SetIndex ( int I) )
function SetReadOnly ( bool b) )
function SetText ( string NewText, optional bool bListItemsOnly) )
function SilentSetIndex ( int i) )
defaultproperties
{
ComponentClassName="XInterface.GUIComboBox"
}
|
Creation time: Do 14.8.2014 09:58:14.510 - Created with
UnCodeX