eDriven Framework API
AlertButtonDescriptor Constructor (id, text)
NamespaceseDriven.GuiAlertButtonDescriptorAlertButtonDescriptor(String, String)
eDriven Framework API
Initializes a new instance of the AlertButtonDescriptor class
Declaration Syntax
C#Visual BasicVisual C++
public AlertButtonDescriptor(
	string id,
	string text
)
Public Sub New ( _
	id As String, _
	text As String _
)
public:
AlertButtonDescriptor(
	String^ id, 
	String^ text
)
Parameters
id (String)
text (String)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)