March 2002
Intermediate to advanced
864 pages
31h 8m
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 method TimersDescriptionAttribute( string description); // Public Instance Properties public override field string Description{get; } // overrides System.ComponentModel.DescriptionAttribute }
System.Object→System.Attribute→System.ComponentModel.DescriptionAttribute→TimersDescriptionAttribute
All