| InteractDefButtons Property  | 
Buttons displayed in the message box dialog.
                                         This property is relevant if qType is IT_MSGBOX.
                                        One of:
                                        
                                            0 means that the qButtons property is not relevant.
                                            17 means that the message box contains the OK and Cancel buttons or the stop-sign icon.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic int Buttons { get; set; }Public Property Buttons As Integer
	Get
	Set
Property Value
Type: 
Int32Implements
IInteractDefButtons
See Also