Infragistics(R) NetAdvantage(R) Windows Forms
ControlBase Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : ControlBase Class

Abstract base control class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ControlBase 
   Inherits Infragistics.Win.UltraControlBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement 
C# 
public abstract class ControlBase : Infragistics.Win.UltraControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement  

Remarks

The ControlBase class is an abstract base control class for a basic ultracontrol that supports displaying image and text. The class exposes some common appearance properties as well as some properties that control the display of the text.

See Also