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

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)

Top

Events

  Name Description
Public event Disposed (Inherited from IComponent.)

Top