Click or drag to resize

ScriptingCtcEventScript Method

Gets a reference to a layout event script object.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Shared Function CtcEventScript ( 
	strName As String
) As EventScript

Parameters

strName
Type: SystemString
The name given to the event script at design time.

Return Value

Type: EventScript
Remarks
This method was designed specifically for use within the scripting context.
See Also