BCGControlBar Library for .NET
PopupBase Constructor




The object to set as a parent for the popup base.
Initializes a new instance of the PopupBase class for a specified parent object.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentObject As Object _
)
'Usage
 
Dim parentObject As Object
 
Dim instance As New PopupBase(parentObject)
public PopupBase( 
   object parentObject
)
public: PopupBase( 
   Object* parentObject
)
public:
PopupBase( 
   Object^ parentObject
)

Parameters

parentObject
The object to set as a parent for the popup base.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PopupBase Class
PopupBase Members

Send Feedback