DgsMemoSetScrollBarState

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Plugin

Blur Box

Canvas

Chart

Circle

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Rounded Rectangle

Screen Source

SVG

Tooltips