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.
- C#
- VB.NET
public interface ISalRadioButton
Public Interface ISalRadioButton
Example:
void Select(PPJ.Runtime.Windows.ISalRadioButton button)
{
button.Checked = true;
}
Properties
Checked
Boolean: Gets or sets whether the button is checked.
GroupIndex
Int32: Gets or sets the group identifier used to associate mutually exclusive buttons.
IsCheckButton
Boolean: Gets whether the control behaves as an independently checked button.
Implemented By
| Name | Description |
|---|---|
| SalOptionButton | Displays a button-style option control with SAL grouping, picture support, and checked-state conversion. |
| SalRadioButton | Provides a radio button whose group selection is managed by the SAL runtime. |