DgsComboBoxSetCaptionText

From Multi Theft Auto: Wiki

This function allows to change the caption of a DGS ComboBox.

Syntax

bool dgsComboBoxSetCaptionText( element combobox, string captain )

Required Arguments

  • combobox: the combo box to be changed
  • captain: A string for what the title of your combobox will be. This will be shown if no item is selected.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs 
addEventHandler("onClientResourceStart", resourceRoot, function()
	combobox = DGS:dgsCreateComboBox(0.29, 0.30, 0.44,0.1,"default",true)
	DGS:dgsComboBoxSetCaptionText(combobox,"Test")
end)

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D