DgsMemoSetScrollBarState

From Multi Theft Auto: Wiki

This function force the scroll bar of the memo to be enabled/disabled.

  • true: Force to be visible
  • false: Force to be invisible
  • nil: Auto adjusting

Syntax

bool dgsMemoSetScrollBarState( element memo [, bool/nil verticalState = nil, bool/nil horizontalState = nil ] )

Required Arguments

  • memo: The dgs memo to set.

Optional Arguments

  • verticalState : A boolean value of the state of vertical scroll bar.
  • horizontalState : A boolean value of the state of horizontal scroll bar.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs

local memo = dgsCreateMemo(500,200,200,300,[[	1
	2
	3
	4
	5
	6
	7
	8
	9
	10
	11
	12
	13
	14
	15
	16
	17
	18
	19
	20
	21
	22
	23
	24
	25
	26
	27]],false)
DGS:dgsMemoSetScrollBarState(memo,false,false)    --Disable them

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