RadControls for WinForms

Namespace: Telerik.WinControls.Commands
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[ComVisibleAttribute(false)]
public class CommandComponentBase : Component, 
	ICommand, ICommandPresentation, IImageListProvider
Visual Basic
<ComVisibleAttribute(False)> _
Public Class CommandComponentBase _
	Inherits Component _
	Implements ICommand, ICommandPresentation, IImageListProvider

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Telerik.WinControls.Commands..::..CommandComponentBase

See Also