Skip to main content

ISalRadioButton

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

SAL Controls that behave like a radio button implement this interface.

public interface ISalRadioButton

Properties

Instance memberChecked

Boolean: Returns/Sets the checked property.

Instance memberGroupIndex

Int32: Returns/Sets the group index the control belongs to.

Instance memberIsCheckButton

Boolean: Returns true if the control behaves like a check box button.

Implemented By

NameDescription
SalOptionButtonRepresents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls.
SalRadioButtonRadioButton implementation.
SalQuickToolTipOptionButtonOption check button with tool tip support
SalQuickToolTipRadioButtonPushbutton with tool tip support