ListBoxHost.OnKeyDown Method

Called to send a key to virtual tree control when ForwardTabKey is true.

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

Syntax

'Declaration
Protected Overrides Sub OnKeyDown ( _
    e As KeyEventArgs _
)
'Usage
Dim e As KeyEventArgs

Me.OnKeyDown(e)
protected override void OnKeyDown(
    KeyEventArgs e
)
protected:
virtual void OnKeyDown(
    KeyEventArgs^ e
) override
protected override function OnKeyDown(
    e : KeyEventArgs
)
abstract OnKeyDown : 
        e:KeyEventArgs -> unit 
override OnKeyDown : 
        e:KeyEventArgs -> unit 

Parameters

.NET Framework Security

See Also

Reference

ListBoxHost Class

ListBoxHost Members

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