Older Newer
Mon, 13 Feb 2017 14:16:22 . . . . SyneRyder [Adding link to enableCtl function]


Changes by last author:

Added:
= NONE =

== Syntax ==

:ctl[n]: NONE

== Description ==

:The class NONE deletes a particular user control. This is useful for deleting predefined user controls such as the OK, Cancel, Logo or Edit pushbuttons.

== Example ==

<code>

ctl[CTL_OK]: NONE //deletes OK pushbutton

ctl[CTL_EDIT]: NONE //deletes Edit pushbutton

ctl[CTL_CANCEL]: NONE //deletes Cancel pushbutton

ctl[CTL_LOGO]: NONE //deletes FM logo

</code>

== Also see ==

:MODIFY, enableCtl

== Comments ==

:Some controls aren't removed by the NONE command, such as the CTL_ZOOM and CTL_FRAME controls. For these, try using enableCtl to set them to invisible instead.