BCGControlBar Library for .NET
MdiForm Property




Gets a form related to the selected tab item for which the context menu will be shown.
Syntax
'Declaration
 
Public ReadOnly Property MdiForm As MdiChildForm
'Usage
 
Dim instance As MdiTabsContextMenuEventArgs
Dim value As MdiChildForm
 
value = instance.MdiForm
public MdiChildForm MdiForm {get;}
public: __property MdiChildForm* get_MdiForm();
public:
property MdiChildForm^ MdiForm {
   MdiChildForm^ 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

MdiTabsContextMenuEventArgs Class
MdiTabsContextMenuEventArgs Members

Send Feedback