August 2003
Intermediate to advanced
928 pages
32h 1m
English
TimersDescriptionAttribute
This class provides a
System.ComponentModel.DescriptionAttribute
description for a given timer. It
can be used by visual tools to display a helpful description of the
component.
public class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute {
// Public Constructors
public TimersDescriptionAttribute(string description);
// Public Instance Properties
public override string Description{get; }
// overrides System.ComponentModel.DescriptionAttribute
}
System.Object
→
System.Attribute
→
System.ComponentModel.DescriptionAttribute
→
TimersDescriptionAttribute
All