Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 |
public KeyAssignment ( ) : System.Xml.Serialization | ||
return | System.Xml.Serialization |
public KeyAssignment ( bool isalt, bool isctrl, bool isshift, bool iscaps ) : System.Xml.Serialization | ||
isalt | bool | |
isctrl | bool | |
isshift | bool | |
iscaps | bool | |
return | System.Xml.Serialization |
public KeyAssignment ( int iCodePoint, int iShiftedCodePoint, bool isToShowBothGlyphs = false ) : System.Xml.Serialization | ||
iCodePoint | int | |
iShiftedCodePoint | int | |
isToShowBothGlyphs | bool | |
return | System.Xml.Serialization |
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 | |
return | System.Xml.Serialization |
public KeyAssignment ( int iCodePoint, string sToolTip, bool isLetter ) : System.Xml.Serialization | ||
iCodePoint | int | |
sToolTip | string | |
isLetter | bool | |
return | System.Xml.Serialization |