Nevron .NET Vision
Nevron.UI Namespace / NThemeManagerController Class
Members


In This Topic
    NThemeManagerController Class
    In This Topic
    Represents a component which may be used to change the setting of the singleton NThemeManager instance at design-time.
    Object Model
    NThemeManagerController Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NThemeManagerController 
       Inherits System.ComponentModel.Component
    'Usage
     
    
    Dim instance As NThemeManagerController
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NThemeManagerController : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.NThemeManagerController

    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