BCGControlBar Library for .NET
MDIContainer Property (RibbonControl)




If the RibbonControl is a MDIChidlWindow and has a MDIContainer, this MDIContainer will be return; otherwise, null reference.
Syntax
'Declaration
 
Public Property MDIContainer As Form
'Usage
 
Dim instance As RibbonControl
Dim value As Form
 
instance.MDIContainer = value
 
value = instance.MDIContainer
public Form MDIContainer {get; set;}
public: __property Form* get_MDIContainer();
public: __property void set_MDIContainer( 
   Form* value
);
public:
property Form^ MDIContainer {
   Form^ get();
   void set (    Form^ 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

RibbonControl Class
RibbonControl Members

Send Feedback