Click or drag to resize

ScriptingCtcLabel Method

Gets a reference to a label object.

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

Parameters

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

Return Value

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