SMPOpenUIButtonType enumeration

An enum used to represent the different button types an Agentry Button Field can be set to.

Syntax

enum SMPOpenUIButtonType

Members

Member name Description Value
SMPOpenUIButtonTypeUnknown The type of the button could not be determined. -1
SMPOpenUIButtonTypeCheckbox Check box button. 0
SMPOpenUIButtonTypeRadio Radio button. 1
SMPOpenUIButtonTypePush Push button. 2