DgsComboBoxGetCaptionText

From Multi Theft Auto: Wiki

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

Syntax

string dgsComboBoxGetCaptionText( element combobox )

Required Arguments

  • combobox: the combo box to get from

Returns

Returns a string 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)
	local captain = DGS:dgsComboBoxGetCaptionText(combobox)
	outputChatBox(captain) -- output "default"
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