Table of Contents

Class CommandConverter

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Converter class for converting between a string and the ICommand.

public class CommandConverter : BaseTypeConverter
Inheritance
CommandConverter

Methods

CanConvertTo(ITypeDescriptorContext?, Type?)
ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object?)
ConvertTo(ITypeDescriptorContext?, CultureInfo?, object?, Type)
FromString(string?)

Parses string representation of the key modifiers.

Events

StringToCommand

Occurs when string is converted to ICommand.