Click or drag to resize

LabelOption(String, String, Int32, Size, Padding) Constructor

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

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public LabelOption(
	string Name,
	string Caption,
	int DisplayIndex,
	Size Dimensions,
	Padding Margin
)

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
Dimensions  Size
The dimensions of the created label
Margin  Padding
The margin of the created label
See Also