Skip to main content
Version: 2025

ISalRadioButton

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Exposes grouping and checked state for SAL radio and check-button controls.

public interface ISalRadioButton

Example:

void Select(PPJ.Runtime.Windows.ISalRadioButton button)
{
button.Checked = true;
}

Properties

Instance member Checked

Boolean: Gets or sets whether the button is checked.

Instance member GroupIndex

Int32: Gets or sets the group identifier used to associate mutually exclusive buttons.

Instance member IsCheckButton

Boolean: Gets whether the control behaves as an independently checked button.

Implemented By

NameDescription
SalOptionButtonDisplays a button-style option control with SAL grouping, picture support, and checked-state conversion.
SalRadioButtonProvides a radio button whose group selection is managed by the SAL runtime.