DgsEditSetHorizontalAlign

From Multi Theft Auto: Wiki

This function sets the horizontal alignment of a dgs edit.

Syntax

bool dgsEditSetHorizontalAlign ( element theEdit, string align )
DGS Edit Alignment

Required Arguments

  • theLabel: The dgs edit to set the horizontal alignment on.
  • align: The alignment type. Valid type strings are:
    • "left"
    • "center"
    • "right"

Returns

Returns true if successful, false otherwise.

Example

DGS = exports.dgs
local edit = DGS:dgsCreateEdit(300,300,400,100,"Thisdp's DirectX Graphical User Interface System",false)
DGS:dgsEditSetHorizontalAlign( edit, "center" )

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