IWidget Interface
Provides functionality required by all components.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Interface IWidget _
Inherits IComponent, IDisposable
'Usage
Dim instance As IWidget
public interface IWidget : IComponent,
IDisposable
public interface class IWidget : IComponent,
IDisposable
type IWidget =
interface
interface IComponent
interface IDisposable
end
public interface IWidget extends IComponent, IDisposable
The IWidget type exposes the following members.
Properties
Name | Description | |
---|---|---|
Control | Gets the control that represents the widget. | |
DefaultSize | Gets the default size of the widget. | |
Site | (Inherited from IComponent.) | |
Text | Gets or sets the name of the widget. |
Top