LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DesignStatusStrip Class
See Also  Members  
Leadtools.Medical.Workstation.UI Namespace : DesignStatusStrip Class




A System.Windows.Forms.StatusStrip which supports the designer.

Object Model

DesignStatusStrip Class

Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class DesignStatusStrip 
   Inherits System.Windows.Forms.StatusStrip
   Implements IComponentISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window 
Visual Basic (Usage)Copy Code
Dim instance As DesignStatusStrip
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class DesignStatusStrip : System.Windows.Forms.StatusStrip, IComponentISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  
Managed Extensions for C++ 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class DesignStatusStrip : public System.Windows.Forms.StatusStrip, IComponentISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  
C++/CLI 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public ref class DesignStatusStrip : public System.Windows.Forms.StatusStrip, IComponentISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ToolStrip
                  System.Windows.Forms.StatusStrip
                     Leadtools.Medical.Workstation.UI.DesignStatusStrip

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also