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 | |
---|---|---|
Control | Gets the control that represents the view. | |
DefaultSize | Gets the default size of the view. | |
MinimumSize | Gets the minimum size of the view. | |
Site | (Inherited from IComponent.) | |
Text | Gets or sets the name of the view. |
Top