eDriven Framework API
PopupOption Constructor (type, value)
NamespaceseDriven.Gui.ManagersPopupOptionPopupOption(PopupOptionType, Object)
eDriven Framework API
Initializes a new instance of the PopupOption class
Declaration Syntax
C#Visual BasicVisual C++
public PopupOption(
	PopupOptionType type,
	Object value
)
Public Sub New ( _
	type As PopupOptionType, _
	value As Object _
)
public:
PopupOption(
	PopupOptionType type, 
	Object^ value
)
Parameters
type (PopupOptionType)
value (Object)

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