ScriptEditorControl.ShouldSubscribeToChildrenFocusEvent Method (Control)

Avoids subscription to focus change event of grid children.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected Overridable Function ShouldSubscribeToChildrenFocusEvent ( _
    c As Control _
) As Boolean
'Usage
Dim c As Control
Dim returnValue As Boolean

returnValue = Me.ShouldSubscribeToChildrenFocusEvent(c)
protected virtual bool ShouldSubscribeToChildrenFocusEvent(
    Control c
)
protected:
virtual bool ShouldSubscribeToChildrenFocusEvent(
    Control^ c
)
abstract ShouldSubscribeToChildrenFocusEvent : 
        c:Control -> bool 
override ShouldSubscribeToChildrenFocusEvent : 
        c:Control -> bool 
protected function ShouldSubscribeToChildrenFocusEvent(
    c : Control
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value that specifies result of operation.