Share via


DBStatusBar.SetInsMode Method

Sets the insertion mode.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function SetInsMode ( _
    possibleOwner As DBStatusBarOwner, _
    ByRef pvInsMode As Object _
) As Integer
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim pvInsMode As Object
Dim returnValue As Integer

returnValue = instance.SetInsMode(possibleOwner, _
    pvInsMode)
public int SetInsMode(
    DBStatusBarOwner possibleOwner,
    ref Object pvInsMode
)
public:
virtual int SetInsMode(
    DBStatusBarOwner^ possibleOwner, 
    Object^% pvInsMode
) sealed
public final function SetInsMode(
    possibleOwner : DBStatusBarOwner, 
    pvInsMode : Object
) : int
abstract SetInsMode : 
        possibleOwner:DBStatusBarOwner * 
        pvInsMode:Object -> int 
override SetInsMode : 
        possibleOwner:DBStatusBarOwner * 
        pvInsMode:Object -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DBStatusBar Class

DBStatusBar Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace