C# 클래스 Alteridem.WinTouch.GestureConfig

파일 보기 프로젝트 열기: rprouse/WinTouch.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Block uint
Id uint
Want uint

공개 메소드들

메소드 설명
GestureConfig ( uint id, uint want, uint block ) : System

메소드 상세

GestureConfig() 공개 메소드

public GestureConfig ( uint id, uint want, uint block ) : System
id uint
want uint
block uint
리턴 System

프로퍼티 상세

Block 공개적으로 프로퍼티

The messages to disable.
public uint Block
리턴 uint

Id 공개적으로 프로퍼티

The identifier for the type of configuration that will have messages enabled or disabled.
public uint Id
리턴 uint

Want 공개적으로 프로퍼티

The messages to enable.
public uint Want
리턴 uint