Intersoft ClientUI Documentation
CommandConverter Class
Members  See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace : CommandConverter Class






Converts an ICommand object to and from other types.

Object Model

CommandConverter Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class CommandConverter 
   Inherits System.ComponentModel.TypeConverter
Visual Basic (Usage)Copy Code
Dim instance As CommandConverter
C# 
public sealed class CommandConverter : System.ComponentModel.TypeConverter 
Delphi 
public class CommandConverter = class(System.ComponentModel.TypeConverter)sealed; 
JScript 
public sealed class CommandConverter extends System.ComponentModel.TypeConverter
Managed Extensions for C++ 
public __gc __sealed class CommandConverter : public System.ComponentModel.TypeConverter 
C++/CLI 
public ref class CommandConverter sealed : public System.ComponentModel.TypeConverter 

Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      Intersoft.Client.Framework.Input.CommandConverter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.