RadioButtonField.AddOption

AddOption(string, Rectangle)

Add to radio button option with specifed rectangle.

public void AddOption(string optionName, Rectangle rect)
ParameterTypeDescription
optionNameStringName of new option.
rectRectangleNew item rectangle.

See Also


AddOption(string)

Add option to radion button.

public override void AddOption(string optionName)
ParameterTypeDescription
optionNameStringName of the option which will be added.

See Also