Table of Contents

Method DedicateKey

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DedicateKey(Key)

Dedicates a specific keycode to PropertyGrid. This means that such key presses will not be redirected to editor controls.

public virtual void DedicateKey(Key keycode)

Parameters

keycode Key

Remarks

Using this function allows, for example, navigation between properties using arrow keys even when the focus is in the editor control.