UE2:MoEditBox (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox
Package:
GUI
This class in other games:

Class: GUI.moEditBox Parent: GUI.GUIMenuOption

<Enter a description here>

Properties

bReadOnly

Type: bool

This Combobox is read only

MyEditBox

Type: GUIEditBox


Default values

Property Value
ComponentClassName "GUI.GUIEditBox"

Instance functions

FloatOnly

function FloatOnly (bool b)


GetText

function string GetText ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


IntOnly

function IntOnly (bool b)


MaskText

function MaskText (bool b)


ReadOnly

function ReadOnly (bool b)


SetText

function SetText (string NewText)