eDriven Framework API
CreatePopup Method (popupType, parent, modal)
NamespaceseDriven.Gui.ManagersPopupManagerCreatePopup(Type, DisplayObjectContainer, Boolean)
eDriven Framework API
Creates the popup via factory/reflection
Declaration Syntax
C#Visual BasicVisual C++
public DisplayObject CreatePopup(
	Type popupType,
	DisplayObjectContainer parent,
	bool modal
)
Public Function CreatePopup ( _
	popupType As Type, _
	parent As DisplayObjectContainer, _
	modal As Boolean _
) As DisplayObject
public:
DisplayObject^ CreatePopup(
	Type^ popupType, 
	DisplayObjectContainer^ parent, 
	bool modal
)
Parameters
popupType (Type)
The popup class for instantiation
parent (DisplayObjectContainer)
Parent component (for position calculations)
modal (Boolean)
Is this a modal popup
Return Value

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