1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_disablegadgetitem:
- =================
- DisableGadgetItem
- =================
- DisableGadgetItem -
- Description
- ===========
- .. code-block:: blitzmax
- DisableGadgetItem( gadget:TGadget,index )
- Disable a particular item in a list based gadget.
- Typically, this can only be used on toolbars.
- See Also: #CreateToolBar
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|