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


In This Topic
    NCommandContext Class
    In This Topic
    Represents a common, shareable context through different command visualizations.
    Object Model
    NCommandContext Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignTimeVisibleAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Properties")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NCommandContext 
       Inherits System.ComponentModel.Component
       Implements INCommandBarsObject, INSerializable, INShortcutProvider 
    'Usage
     
    
    Dim instance As NCommandContext
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignTimeVisible(false)]
    [System.ComponentModel.DefaultProperty("Properties")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NCommandContext : System.ComponentModel.Component, INCommandBarsObject, INSerializable, INShortcutProvider  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.WinForm.Controls.NCommandContext
                Nevron.UI.WinForm.Controls.NComboBoxCommandContext
                Nevron.UI.WinForm.Controls.NListBoxCommandContext

    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