Defines an Operations Manager user interface (UI) page. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As UIPage

Syntax

Visual Basic
Public Class UIPage
		Inherits UserControl
		Implements IUIPage
C#
public class UIPage : UserControl, IUIPage
C++
public ref class UIPage : public UserControl, IUIPage
J#
public class UIPage extends UserControl implements IUIPage
JScript
public class UIPage extends UserControl implements IUIPage

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.EnterpriseManagement.UI.UIPage

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.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also