Home / Lua / Client / PropertyComboBox

Events

Events inherited from PropertyBase

Change

Events inherited from BaseWindow

Blur
Focus
HoverEnter
HoverLeave
PostRender
PreRender
Render

Static functions

Returns Prototype
PropertyComboBox Create(BaseWindow, string)
PropertyComboBox Create(string)
PropertyComboBox Create(BaseWindow)
PropertyComboBox Create()

Functions

Returns Prototype
ComboBox GetComboBox()

Functions inherited from PropertyBase

Returns Prototype
boolean GetEditing()
string GetValue()
SetValue(string)
SetValue(string, boolean)

Functions inherited from BaseWindow

Returns Prototype
Vector2 AbsoluteToRelative(Vector2)
Blur()
BringToFront()
Base FindChildByName(string)
Base FindChildByName(string, boolean)
Focus()
boolean GetBackgroundVisible()
BaseWindow GetChild(number)
object GetChildren()
boolean GetDataBool(string)
number GetDataNumber(string)
object GetDataObject(string)
string GetDataString(string)
number GetDock()
boolean GetEnabled()
boolean GetFocused()
number GetHeight()
boolean GetHovered()
GetMargin()
string GetName()
number GetNumChildren()
boolean GetOnTop()
GetPadding()
BaseWindow GetParent()
Vector2 GetPosition()
Vector2 GetPositionRel()
Vector2 GetSize()
Vector2 GetSizeRel()
boolean GetTabNavigation()
BaseWindow GetToolTip()
string GetType()
boolean GetVisible()
number GetWidth()
Hide()
boolean IsChild(BaseWindow)
Vector2 RelativeToAbsolute(Vector2)
Remove()
RemoveAllChildren()
SendToBack()
SetBackgroundVisible(boolean)
SetDataBool(string, boolean)
SetDataNumber(string, number)
SetDataObject(string, object)
SetDataString(string, string)
SetDock(GwenPosition)
SetEnabled(boolean)
SetHeight(number)
SetMargin(Vector2, Vector2)
SetName(string)
SetPadding(Vector2, Vector2)
SetParent(BaseWindow)
SetPosition(Vector2)
SetPositionRel(Vector2)
SetSize(Vector2)
SetSizeRel(Vector2)
SetTabNavigation(boolean)
SetToolTip(string)
SetVisible(boolean)
SetWidth(number)
Show()
SizeToChildren(boolean, boolean)
SizeToChildren()
Event Subscribe(string, object, object)
Event Subscribe(string, object)
Touch()
Unsubscribe(Event)

Operators

Returns Prototype
boolean PropertyComboBox == PropertyComboBox