Click or drag to resize

MultipleChoiceOption(String, String, Int32, String, String, Size) Constructor

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

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public MultipleChoiceOption(
	string Name,
	string Caption,
	int DisplayIndex,
	string[] Values,
	string DefaultValue,
	Size Dimensions
)

Parameters

Name  String
The internal name of this option
Caption  String
The caption of the created groupbox
DisplayIndex  Int32
The index of this option in the settings dialog
Values  String
The list of radiobuttons to create
DefaultValue  String
The radiobutton text selected by default
Dimensions  Size
The size of the groupbox container
See Also