Click or drag to resize

CheckboxOption(String, String, Int32, Boolean) Constructor

Initializes a new object of type CheckBoxOption with the given name, caption, Sorting Index and default value.

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

Parameters

Name  String
The internal name of this option
Caption  String
The caption of the created checkbox
DisplayIndex  Int32
The index of this option in the settings dialog
DefaultValue  Boolean
The default check-state of this option
See Also