SetReadOnly

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetReadOnly(bReadOnly:Int)
Sets the gadget to be read only or not. This differs from Disabling the gadget, because a disabled gadget does not respond to the mouse or emit events. Setting a Textbox or Multi-Line Textbox to ReadOnly will allow it to still respond to clicks and allow the user to copy/paste.

Returns

Nothing

Parameters

  • bReadOnly:Int - True or False, whether the gadget should be set to ReadOnly or Not.

Gadget Information

Pertains to Textbox and Multi-Line Textbox.

Example

Personal tools