SwitcherViewAdapter Class

 

Represents the component property of the SwitcherViewAdapter.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.SqlServer.Management.TaskForms::SwitcherViewAdapter

public ref class SwitcherViewAdapter : Component, IView, IComponent, 
	IDisposable

NameDescription
System_CAPS_pubmethodSwitcherViewAdapter()

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

System_CAPS_pubmethodSwitcherViewAdapter(IContainer^)

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

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyControl

Gets a control to the SwitcherViewAdapter.

System_CAPS_pubpropertyController

Gets the controller object of the SwitcherViewAdapter.

System_CAPS_pubpropertyDefaultSize

Gets the default size of the control.

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertyMinimumSize

Gets the minimum that the T:System.Windows.Forms.Control.GetPreferredSize method can specify.

System_CAPS_pubpropertySite

(Inherited from Component.)

System_CAPS_pubpropertyText

Gets or sets the text associated with this control.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the SwitcherViewAdapter method and optionally releases the managed resources. (Overrides Component::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(IController^)

Initializes the value to the control.

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: