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

Abstract base class for button elements that can have text (e.g. command buttons, checkboxs and option buttons.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ButtonWithTextUIElementBase 
   Inherits ButtonUIElementBase
C# 
public abstract class ButtonWithTextUIElementBase : ButtonUIElementBase 

See Also