Testuje, zda je klávesa stisknutá.

Jmenný prostor:  SGP.XSpace
Knihovna:  SGPRTL (v SGPRTL)
Verze: dll

Syntaxe

C#
public bool IsKeyPressed(
	Keys key,
	bool whenFocused
)

Parametry

key
Typ: System.Windows.Forms..::.Keys
Klávesa, která má být odtestována.
whenFocused
Typ: System..::.Boolean
Vrátí stiknutou klávesu, pouze pokud je panel aktivní.

Návratová hodnota

Vrátí trueTruetruetrue (True v Visual Basic), je-li klávesa stisknuta.

Podívat se také na