C# 클래스 Shortcut.Forms.HotkeyConverter

Provides a type converter to convert Hotkey objects to and from other representations.
상속: System.Windows.Forms.KeysConverter
파일 보기 프로젝트 열기: AlexArchive/Shortcut 1 사용 예제들

공개 메소드들

메소드 설명
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object

비공개 메소드들

메소드 설명
ExtractNonMods ( Keys keys ) : Keys

메소드 상세

ConvertFrom() 공개 메소드

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
리턴 object

ConvertTo() 공개 메소드

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
리턴 object