SwitcherView Class
Represents the switcher view control.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.SqlServer.Management.Controls.SwitcherView
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class SwitcherView _
Inherits Component _
Implements IView, IComponent, IDisposable
'Usage
Dim instance As SwitcherView
public class SwitcherView : Component,
IView, IComponent, IDisposable
public ref class SwitcherView : public Component,
IView, IComponent, IDisposable
type SwitcherView =
class
inherit Component
interface IView
interface IComponent
interface IDisposable
end
public class SwitcherView extends Component implements IView, IComponent, IDisposable
The SwitcherView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SwitcherView() | Initializes a new instance of the SwitcherView class with the default property values. | |
SwitcherView(IContainer) | Initializes a new instance of the SwitcherView class with the specified container. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
Control | Gets or sets the control value of switcher view. | |
DefaultSize | Gets or sets default size of the control. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
MinimumSize | Gets or sets the size that is the lower limit that GetPreferredSize can specify. | |
Site | (Inherited from Component.) | |
Text | Gets or sets text content of the control. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the SwitcherView class and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
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.