SetText Data Member Function

Set the display text of a command in the user interface. It will apply to toolbar items ( if they are set to show text ), main menu items, and context menu items.

Prototype

int32 SetText( string Text )

Parameters

Parameter Type Parameter Name Documentation
stringTextThe text to use when displaying the command.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.