BCGControlBar Library for .NET
ParentControl Property (BackstageMenuButtonWrapper)




Syntax
'Declaration
 
Public Property ParentControl As Control
'Usage
 
Dim instance As BackstageMenuButtonWrapper
Dim value As Control
 
instance.ParentControl = value
 
value = instance.ParentControl
public Control ParentControl {get; set;}
public: __property Control* get_ParentControl();
public: __property void set_ParentControl( 
   Control* value
);
public:
property Control^ ParentControl {
   Control^ get();
   void set (    Control^ value);
}
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

BackstageMenuButtonWrapper Class
BackstageMenuButtonWrapper Members

Send Feedback