
| 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 DesignToolStripStatusLabel Inherits System.Windows.Forms.ToolStripStatusLabel Implements IComponent, IDisposable, IDropTarget | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DesignToolStripStatusLabel | |
| 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 DesignToolStripStatusLabel : System.Windows.Forms.ToolStripStatusLabel, IComponent, IDisposable, IDropTarget | |
| 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 DesignToolStripStatusLabel : public System.Windows.Forms.ToolStripStatusLabel, IComponent, IDisposable, IDropTarget | |
| 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 DesignToolStripStatusLabel : public System.Windows.Forms.ToolStripStatusLabel, IComponent, IDisposable, IDropTarget | |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.ToolStripItem
System.Windows.Forms.ToolStripLabel
System.Windows.Forms.ToolStripStatusLabel
Leadtools.Medical.Workstation.UI.DesignToolStripStatusLabel
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code