- 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 |
| | AddItem (string Item, optional object Extra, optional string Str)
|
| string | Find (string Test, optional bool bExact, optional bool bExtra)
|
| int | FindExtra (string Test, optional bool bExact)
|
| int | FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj)
|
| bool | FocusFirst (GUIComponent Sender)
|
| string | GetComponentValue ()
|
| string | GetExtra ()
|
| int | GetIndex ()
|
| string | GetItem (int index)
|
| object | GetItemObject (int index)
|
| object | GetObject ()
|
| string | GetText ()
|
| | InitComponent (GUIController MyController, GUIComponent MyOwner)
|
| int | ItemCount ()
|
| | ReadOnly (bool b)
|
| | RemoveItem (int item, optional int Count)
|
| | ResetComponent ()
|
| | SetComponentValue (coerce string NewValue, optional bool bNoChange)
|
| | SetExtra (string NewExtra, optional bool bListItemsOnly)
|
| | SetIndex (int I)
|
| | SetReadOnly (bool b)
|
| | SetText (string NewText, optional bool bListItemsOnly)
|
| | 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 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: Mo 16.4.2007 11:20:24.765 - Created with
UnCodeX