Skip to main content

ISalRadioButton

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.50 (5.0.0.0)

Describes the checked state and group membership of SAL radio buttons and check-style option buttons.

public interface ISalRadioButton

Example:

void SelectOption(PPJ.Runtime.ISalRadioButton option, int group)
{
option.GroupIndex = group;
option.Checked = true;
}

Properties

Instance member Checked

Boolean: Gets or sets whether this option is checked.

Instance member GroupIndex

Int32: Gets or sets the index of the group to which this option belongs.

Instance member IsCheckButton

Boolean: Gets whether this option uses check-box behavior instead of mutually exclusive radio-button behavior.

Implemented By

NameDescription
SalOptionButtonProvides an image-capable, button-shaped SAL option control with group and checked-state support.
SalRadioButtonProvides a grouped SAL radio button with modification tracking and window actions.
SalQuickToolTipOptionButtonProvides a SAL option button with Quick Objects tooltip and status-text compatibility methods.
SalQuickToolTipRadioButtonProvides a SAL radio button with Quick Objects tooltip and status-text compatibility methods.