DMultiChoice.OpenMenu
From GMod Wiki
| Function | |
| Syntax | Panel:OpenMenu( ) |
| Description: | |
| Opens up menu list for a DMultiChoice element. | |
| Returns: | nil |
| In Object: | DMultiChoice |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DMultiChoice.OpenMenu]DMultiChoice.OpenMenu [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | This will open the menu list for myPanel |
|---|---|
| Used on | |
| Code | myPanel:OpenMenu() |
| Output | Menu below myPanel with all the options currently listed. |
Additional Notes
- Calling this function immediately after the DMultiChoice is made seems to draw the drop down list in the wrong place.