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

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