C# 클래스 CUITe.Controls.ModifierKeysLifetime

Class simplifying the concept of pressing and releasing modifier keys when it comes to keyboard input.
상속: IDisposable
파일 보기 프로젝트 열기: icnocop/cuite

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases the pressed modifier keys.

ModifierKeysLifetime ( CUITe.Controls.ControlBase controlBase, ModifierKeys keys ) : System

Initializes a new instance of the ModifierKeysLifetime class.

메소드 상세

Dispose() 공개 메소드

Releases the pressed modifier keys.
public Dispose ( ) : void
리턴 void

ModifierKeysLifetime() 공개 메소드

Initializes a new instance of the ModifierKeysLifetime class.
public ModifierKeysLifetime ( CUITe.Controls.ControlBase controlBase, ModifierKeys keys ) : System
controlBase CUITe.Controls.ControlBase The control in which to hold modifier keys.
keys ModifierKeys /// The sum of one or more values of the enumeration. ///
리턴 System