DrawNCBorder Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Shared Function DrawNCBorder ( _
    ByRef m As Message _
) As Boolean
'Usage
Dim m As Message
Dim returnValue As Boolean

returnValue = DrawManager.DrawNCBorder(m)
public static bool DrawNCBorder(
    ref Message m
)
public:
static bool DrawNCBorder(
    Message% m
)
static member DrawNCBorder : 
        m:Message byref -> bool 
public static function DrawNCBorder(
    m : Message
) : boolean

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

DrawManager Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane Namespace