Nevron .NET Vision
Nevron.UI.WinForm Namespace / NComponent Class
Members


In This Topic
    NComponent Class
    In This Topic
    Base implementation of the IComponent interface.
    Object Model
    NComponent Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    Public Class NComponent 
       Inherits Nevron.UI.NDisposableObject
       Implements Nevron.UI.INTimerCallBack 
    'Usage
     
    
    Dim instance As NComponent
    [System.ComponentModel.ToolboxItem(false)]
    public class NComponent : Nevron.UI.NDisposableObject, Nevron.UI.INTimerCallBack  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.NDefaultInitializableObject
          Nevron.UI.NDisposableObject
             Nevron.UI.WinForm.NComponent
                Nevron.UI.WinForm.Controls.NGalleryItem
                Nevron.UI.WinForm.Controls.NRotatorFrame
                Nevron.UI.WinForm.Controls.NSkin
                Nevron.UI.WinForm.Controls.NSkinResource
                Nevron.UI.WinForm.Controls.NTaskDialog

    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