DgsEditGetHorizontalAlign

From Multi Theft Auto: Wiki

This function gets the horizontal alignment of a dgs edit. Valid alignment types are:

  • "left"
  • "center"
  • "right"

Syntax

bool dgsEditGetHorizontalAlign ( element theEdit )
DGS Edit Alignment

Required Arguments

  • theEdit: The dgs edit to get the horizontal alignment from.

Returns

Returns a string if successful, false otherwise.

Example

DGS = exports.dgs
local edit = DGS:dgsCreateEdit ( 300, 200, 500, 50, "Text", false )
outputChatBox( DGS:dgsEditGetHorizontalAlign ( edit ) )

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