DMultiChoice.SetEditable
From GMod Wiki
| Function | |
| Syntax | Panel:SetEditable( Boolean ) |
| Description: | |
| Lets you edit the text box | |
| Returns: | nil |
| In Object: | DMultiChoice |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DMultiChoice.SetEditable]DMultiChoice.SetEditable [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | This will set it true |
|---|---|
| Used on | |
| Code | myPanel:SetEditable( true ) |
| Output | Lets you edit the text box to an extent |
Additional Notes
- You can not actually edit the text, only highlight it.