|

Visible


(boolean) Whether to make the richtext object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

RichText.Undo

OverviewExamples

RichText.Undo ( string ObjectName )


De s cr ip t ion


Reverses (undoes) the last editing operation in a richtext object.


P arame t er s


ObjectName


(string) The name of the richtext object.


Re t u r n s


image

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


S e r vi ce


image

Service.Continue

OverviewExamples

Service.Continue ( string DisplayName,


string KeyName = "" )


De s cr ip t ion


Continues a specific service that has been previously paused.


P arame t er s


DisplayName


(string) The display name of the service that you wish to continue.


|