C# Класс Misuzilla.Applications.AppleWirelessKeyboardHelper.KeyEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AppleKeyboardKey AppleKeyboardKeys
IsPowerButtonDown System.Boolean

Открытые методы

Метод Описание
KeyEventArgs ( System.Boolean isPowerButtonDown, AppleKeyboardKeys appleKeyboardKey ) : System

Описание методов

KeyEventArgs() публичный Метод

public KeyEventArgs ( System.Boolean isPowerButtonDown, AppleKeyboardKeys appleKeyboardKey ) : System
isPowerButtonDown System.Boolean
appleKeyboardKey AppleKeyboardKeys
Результат System

Описание свойств

AppleKeyboardKey публичное свойство

public AppleKeyboardKeys AppleKeyboardKey
Результат AppleKeyboardKeys

IsPowerButtonDown публичное свойство

public Boolean,System IsPowerButtonDown
Результат System.Boolean