GrooveMainHostContainer Class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              Microsoft.Office.BusinessApplications.Runtime.UI.SimpleHostContainer
                Microsoft.Office.BusinessApplications.Runtime.UI.GrooveMainHostContainer

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class GrooveMainHostContainer _
    Inherits SimpleHostContainer
'Usage
Dim instance As GrooveMainHostContainer
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class GrooveMainHostContainer : SimpleHostContainer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GrooveMainHostContainer Members

Microsoft.Office.BusinessApplications.Runtime.UI Namespace