C# Class Shortcut.Forms.HotkeyConverter

Provides a type converter to convert Hotkey objects to and from other representations.
Inheritance: System.Windows.Forms.KeysConverter
Afficher le fichier Open project: AlexArchive/Shortcut Class Usage Examples

Méthodes publiques

Méthode Description
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object

Private Methods

Méthode Description
ExtractNonMods ( Keys keys ) : Keys

Method Details

ConvertFrom() public méthode

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
Résultat object

ConvertTo() public méthode

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
Résultat object