Share via


IView Interface

Defines a method that implements the interface of the class.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Interface IView _
    Inherits IComponent, IDisposable
'Usage
Dim instance As IView
public interface IView : IComponent, IDisposable
public interface class IView : IComponent, 
    IDisposable
type IView =  
    interface
        interface IComponent
        interface IDisposable
    end
public interface IView extends IComponent, IDisposable

The IView type exposes the following members.

Properties

  Name Description
Public property Control Gets the control that represents the view.
Public property DefaultSize Gets the default size of the view.
Public property MinimumSize Gets the minimum size of the view.
Public property Site (Inherited from IComponent.)
Public property Text Gets or sets the name of the view.

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)

Top

Events

  Name Description
Public event Disposed (Inherited from IComponent.)

Top