ISalRadioButton
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
SAL Controls that behave like a radio button implement this interface.
- C#
- VB.NET
public interface ISalRadioButton
Public Interface ISalRadioButton
Properties
Checked
Boolean: Returns/Sets the checked property.
GroupIndex
Int32: Returns/Sets the group index the control belongs to.
IsCheckButton
Boolean: Returns true if the control behaves like a checkbox button.
Implemented By
| Name | Description |
|---|---|
| SalOptionButton | Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls. |
| SalRadioButton | Represents a control that the user can toggle on or off and automatically changes the state of other SalRadioButton controls in the same group. |