C# 클래스 nature_net.user_controls.KeyAssignment

파일 보기 프로젝트 열기: naturenet/nature-net-ppi

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KeyAssignment ( ) : System.Xml.Serialization
KeyAssignment ( bool isalt, bool isctrl, bool isshift, bool iscaps ) : System.Xml.Serialization
KeyAssignment ( int iCodePoint, int iShiftedCodePoint, bool isToShowBothGlyphs = false ) : System.Xml.Serialization

This is used only for letters. It composes the tooltips automatically.

KeyAssignment ( int iCodePoint, int iShiftedCodePoint, string sToolTip, string shiftedToolTip, bool isLetter, bool isToShowBothGlyphs = false ) : System.Xml.Serialization
KeyAssignment ( int iCodePoint, string sToolTip, bool isLetter ) : System.Xml.Serialization

메소드 상세

KeyAssignment() 공개 메소드

public KeyAssignment ( ) : System.Xml.Serialization
리턴 System.Xml.Serialization

KeyAssignment() 공개 메소드

public KeyAssignment ( bool isalt, bool isctrl, bool isshift, bool iscaps ) : System.Xml.Serialization
isalt bool
isctrl bool
isshift bool
iscaps bool
리턴 System.Xml.Serialization

KeyAssignment() 공개 메소드

This is used only for letters. It composes the tooltips automatically.
public KeyAssignment ( int iCodePoint, int iShiftedCodePoint, bool isToShowBothGlyphs = false ) : System.Xml.Serialization
iCodePoint int
iShiftedCodePoint int
isToShowBothGlyphs bool
리턴 System.Xml.Serialization

KeyAssignment() 공개 메소드

public KeyAssignment ( int iCodePoint, int iShiftedCodePoint, string sToolTip, string shiftedToolTip, bool isLetter, bool isToShowBothGlyphs = false ) : System.Xml.Serialization
iCodePoint int
iShiftedCodePoint int
sToolTip string
shiftedToolTip string
isLetter bool
isToShowBothGlyphs bool
리턴 System.Xml.Serialization

KeyAssignment() 공개 메소드

public KeyAssignment ( int iCodePoint, string sToolTip, bool isLetter ) : System.Xml.Serialization
iCodePoint int
sToolTip string
isLetter bool
리턴 System.Xml.Serialization