Share via


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
Public method SwitcherView() Initializes a new instance of the SwitcherView class with the default property values.
Public method SwitcherView(IContainer) Initializes a new instance of the SwitcherView class with the specified container.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property Control Gets or sets the control value of switcher view.
Public property DefaultSize Gets or sets default size of the control.
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify.
Public property Site (Inherited from Component.)
Public property Text Gets or sets text content of the control.

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the SwitcherView class and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (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.