DefaultButtonFlag Property (FlexAlert)

Class

FlexAlert.

Action

Gets a bitflag that contains either Alert.OK, Alert.CANCEL, Alert.YES, or Alert.NO to specify the default button. The default value is Alert.OK.

Syntax

C#
protected Double defaultButtonFlag { get; }
VB
'Declaration
Protected Read Property defaultButtonFlag As Double

Access

Read only.