Share via


IStatusBarContributer Interface

Updates information in the status bar when they are focused.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
Public Interface IStatusBarContributer
'Usage
Dim instance As IStatusBarContributer
public interface IStatusBarContributer
public interface class IStatusBarContributer
type IStatusBarContributer =  interface end
public interface IStatusBarContributer

The IStatusBarContributer type exposes the following members.

Methods

  Name Description
Public method GetColumnAndRowNumber Retrieves the column and row value of the control.

Top