Share via


ShouldSubscribeToChildrenFocusEvent 메서드 (Control)

Avoids subscription to focus change event of grid children.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors.VS(SQLEditors.VS.dll)

구문

‘선언
Protected Overridable Function ShouldSubscribeToChildrenFocusEvent ( _
    c As Control _
) As Boolean
‘사용 방법
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

매개 변수

반환 값

유형: System. . :: . .Boolean
A Boolean value that specifies result of operation.