Table of Contents

Method Remove

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Remove(Keys, int)

When implemented by a class, removes given key from the key collection.

void Remove(Keys keys, int state)

Parameters

keys Keys

Key to remove.

state int

State of the Edit control when the key is pressed.

Remove(Keys)

When implemented by a class, removes given key from the key collection.

void Remove(Keys keys)

Parameters

keys Keys

Key to remove.