DgsScrollBarSetLocked

From Multi Theft Auto: Wiki

This function is used to lock/unlock the scroll bar to prevent scrolling.

Syntax

bool dgsScrollBarSetLocked( element theScrollBar, bool state )

Required Arguments

  • theScrollBar: The dgs scrollbar you want to get the state from
  • state: A bool of the local state of the scroll bar.

Returns

Returns true if succeed, false otherwise.

Example

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

dgsScrollBarSetLocked(scrollBar,true) -- you can not scroll the scroll bar

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