Table of Contents

Method GetModifiers

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

GetModifiers(Keys)

Gets the modifier flags from Keys. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.

public static Keys GetModifiers(Keys keys)

Parameters

keys Keys

Returns

Keys

A Keys value representing one or more modifier flags.