WinFormsOBPartBase Class
A base class for all Windows forms-based external data parts.
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.WinFormsUIElementBase
Microsoft.Office.BusinessApplications.Runtime.UI.WinFormsOBPartBase
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class WinFormsOBPartBase _
Inherits WinFormsUIElementBase
'Usage
Dim instance As WinFormsOBPartBase
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
[ComVisibleAttribute(true)]
public abstract class WinFormsOBPartBase : WinFormsUIElementBase
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.