Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NControlHostCommand Class
Members


In This Topic
    NControlHostCommand Class
    In This Topic
    Represents a base implementation for a command that hosts control.
    Object Model
    NControlHostCommand Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignerAttribute(Nevron.Internal.ftSb)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Text")>
    <System.ComponentModel.TypeConverterAttribute(Nevron.UI.WinForm.Controls.NCommandTypeConverter)>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NControlHostCommand 
       Inherits NCommand
       Implements INCommandBarsObject, INCommandCollection, INPaletteProvider, INPropertyPageProvider, INRendererProvider, INSerializable 
    'Usage
     
    
    Dim instance As NControlHostCommand
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.Designer(Nevron.Internal.ftSb)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Text")]
    [System.ComponentModel.TypeConverter(Nevron.UI.WinForm.Controls.NCommandTypeConverter)]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NControlHostCommand : NCommand, INCommandBarsObject, INCommandCollection, INPaletteProvider, INPropertyPageProvider, INRendererProvider, INSerializable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.WinForm.Controls.NCommand
                Nevron.UI.WinForm.Controls.NControlHostCommand
                   Nevron.UI.WinForm.Controls.NComboBoxCommand
                   Nevron.UI.WinForm.Controls.NCommandGroup

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also