BCGControlBar Library for .NET
ParentObject Property (PopupBase)




Specifies the parent object of the popup base.
Syntax
'Declaration
 
Public ReadOnly Property ParentObject As Object
'Usage
 
Dim instance As PopupBase
Dim value As Object
 
value = instance.ParentObject
public object ParentObject {get;}
public: __property Object* get_ParentObject();
public:
property Object^ ParentObject {
   Object^ get();
}
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