C# Класс Ensage.Common.Menu.KeyBind

Показать файл Открыть проект

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

Свойство Тип Описание
Active bool
Key uint
Type KeyBindType

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

Метод Описание
KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System

Initializes a new instance of the KeyBind struct.

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

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

Initializes a new instance of the KeyBind struct.
public KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System
key uint /// The key. ///
type KeyBindType /// The type. ///
defaultValue bool /// The default value. ///
Результат System

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

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

The active.
public bool Active
Результат bool

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

The key.
public uint Key
Результат uint

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

The type.
public KeyBindType Type
Результат KeyBindType