UIElementDialogPage.DialogKeyPendingEvent Field

Routed event used to determine whether or not key input in the dialog should be handled by the dialog or by the content of this page. If this event is marked as handled, the key press is handled by the content and DLGC_WANTALLKEYS is returned from WM_GETDLGCODE. If the event is not handled, then only arrow keys, tabbing, and character input is handled in this dialog page.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly DialogKeyPendingEvent As RoutedEvent
public static readonly RoutedEvent DialogKeyPendingEvent
public:
static initonly RoutedEvent^ DialogKeyPendingEvent
static val DialogKeyPendingEvent: RoutedEvent
public static final var DialogKeyPendingEvent : RoutedEvent

.NET Framework Security

See Also

Reference

UIElementDialogPage Class

Microsoft.VisualStudio.Shell Namespace