Table of Contents

Method Remove

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

Remove(Keys, int)

Removes given key from the key collection.

public virtual 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)

Removes given key from the key collection.

public virtual void Remove(Keys keys)

Parameters

keys Keys

Key to remove.