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

Enumeration of UltraPanel property id's

Syntax

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

Members

MemberDescription
AppearanceUltraPanel.Appearance property
AutoScrollUltraPanel.AutoScroll property
AutoScrollMarginUltraPanel.AutoScrollMargin property
AutoScrollMinSizeUltraPanel.AutoScrollMinSize property
AutoSizeUltraPanel.AutoSize property
AutoSizeModeUltraPanel.AutoSizeMode property
BorderStyleUltraPanel.BorderStyle property
EnabledScrollProperties.Enabled property
HorizontalScrollPropertiesUltraPanel.HorizontalScrollProperties property
LargeChangeScrollProperties.LargeChange property
MaximumScrollProperties.Maximum property
MinimumScrollProperties.Minimum property
ScrollBarLookUltraPanel.ScrollBarLook property
SmallChangeScrollProperties.SmallChange property
ValueScrollProperties.Value property
VerticalScrollPropertiesUltraPanel.VerticalScrollProperties property
VisibleScrollProperties.Visible 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