SwitcherViewAdapter Class

Definition

Represents the component property of the SwitcherViewAdapter.

public ref class SwitcherViewAdapter : System::ComponentModel::Component, IDisposable, Microsoft::SqlServer::Management::Controls::IView
public class SwitcherViewAdapter : System.ComponentModel.Component, IDisposable, Microsoft.SqlServer.Management.Controls.IView
type SwitcherViewAdapter = class
    inherit Component
    interface IView
    interface IComponent
    interface IDisposable
Public Class SwitcherViewAdapter
Inherits Component
Implements IDisposable, IView
Inheritance
SwitcherViewAdapter
Implements
Microsoft.SqlServer.Management.Controls.IView IComponent IDisposable

Constructors

SwitcherViewAdapter()

Initializes a new instance of the SwitcherViewAdapter class with the default property values.

SwitcherViewAdapter(IContainer)

Initializes a new instance of the SwitcherViewAdapter class with the specified container.

Properties

Control

Gets a control to the SwitcherViewAdapter.

Controller

Gets the controller object of the SwitcherViewAdapter.

DefaultSize

Gets the default size of the control.

MinimumSize

Gets the minimum that the GetPreferredSize(Size) method can specify.

Text

Gets or sets the text associated with this control.

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the SwitcherViewAdapter method and optionally releases the managed resources.

Initialize(IController)

Initializes the value to the control.

Applies to