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?)

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object?)

Converts the given object to the type of this converter, using the specified context and culture information.

ConvertTo(ITypeDescriptorContext?, CultureInfo?, object?, Type)

Converts the given value object to the specified type, using the specified context and culture information.

FromString(string?)

Parses string representation of the key modifiers.

Events

StringToCommand

Occurs when string is converted to ICommand.