Click or drag to resize

TextOption(String, String, Int32) Constructor

Initializes a new object of type TextOption with the given name, caption and sorting index.

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public TextOption(
	string Name,
	string Caption,
	int DisplayIndex
)

Parameters

Name  String
The internal name of this option
Caption  String
The caption of the created textbox
DisplayIndex  Int32
The index of this option in the settings dialog
See Also