DgsScrollBarGetLocked

From Multi Theft Auto: Wiki

This function is used to get the lock state of the scroll bar.

Syntax

bool dgsScrollBarGetLocked( element theScrollBar )

Required Arguments

  • theScrollBar: The dgs scrollbar you want to get the state from

Returns

Returns true if the scroll bar is locked, false otherwise.

Example

DGS = exports.dgs
local scrollBar = DGS:dgsCreateScrollBar(0.29, 0.30, 0.44, 0.04, true, true)

local state = dgsScrollBarGetLocked(scrollBar)
outputChatBox("The scroll bar is "..(state and "locked" or "unlocked"))

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