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

Enumeration of common property id's

Syntax

Visual Basic (Declaration) 
Public Enum ControlBasePropertyIds 
   Inherits System.Enum
C# 
public enum ControlBasePropertyIds : System.Enum 

Members

MemberDescription
AppearanceControlBase.Appearance property
AppearancesControlBase.Appearances property
AutoSizeAutoSizeControlBase.AutoSize property
HotTrackAppearanceControlBase.HotTrackAppearance property
HotTrackingControlBase.HotTracking property
ImageListControlBase.ImageList property
ImageSizeControlBase.ImageSize property
ImageTransparentColorControlBase.ImageTransparentColor property
PaddingControlBase.Padding property
UseHotTrackingControlBase.UseHotTracking property
UseMnemonicControlBase.UseMnemonic property
WrapTextControlBase.WrapText property

Remarks

Property identifiers are passed to handlers of the E:Infragistics.Win.UltraControlBase.PropertyChanged event. This provides a generic technique for both receiving notification of changes in the state of a control and responding to those changes. All controls derived from T:Infragistics.Win.UltraControlBase expose this functionality.

See Also