C# Class nature_net.user_controls.KeyAssignment

Afficher le fichier Open project: naturenet/nature-net-ppi

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Method Details

KeyAssignment() public méthode

public KeyAssignment ( ) : System.Xml.Serialization
Résultat System.Xml.Serialization

KeyAssignment() public méthode

public KeyAssignment ( bool isalt, bool isctrl, bool isshift, bool iscaps ) : System.Xml.Serialization
isalt bool
isctrl bool
isshift bool
iscaps bool
Résultat System.Xml.Serialization

KeyAssignment() public méthode

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
Résultat System.Xml.Serialization

KeyAssignment() public méthode

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
Résultat System.Xml.Serialization

KeyAssignment() public méthode

public KeyAssignment ( int iCodePoint, string sToolTip, bool isLetter ) : System.Xml.Serialization
iCodePoint int
sToolTip string
isLetter bool
Résultat System.Xml.Serialization