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


In This Topic
    NTimer Class
    In This Topic
    Represents a standard System.Windows.Forms.Timer with two custom fields.
    Object Model
    NTimer Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(False)>
    <System.ComponentModel.DefaultPropertyAttribute("Interval")>
    <System.ComponentModel.DefaultEventAttribute("Tick")>
    <System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")>
    <SRDescriptionAttribute("DescriptionTimer")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NTimer 
       Inherits System.Windows.Forms.Timer
    'Usage
     
    
    Dim instance As NTimer
    [System.ComponentModel.ToolboxItem(false)]
    [System.ComponentModel.DefaultProperty("Interval")]
    [System.ComponentModel.DefaultEvent("Tick")]
    [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")]
    [SRDescription("DescriptionTimer")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NTimer : System.Windows.Forms.Timer 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Timer
                Nevron.UI.NTimer

    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