Version

SplitterPropertyIds Enumeration

Enumeration of UltraSplitter property id's
Syntax
'Declaration
 
Public Enum SplitterPropertyIds 
   Inherits System.Enum
public enum SplitterPropertyIds : System.Enum 
Members
MemberDescription
AppearanceUltraSplitter.Appearance property.
BorderStyleUltraSplitter.BorderStyle property.
ButtonAppearanceUltraSplitter.ButtonAppearance property.
ButtonExtentUltraSplitter.ButtonExtent property.
ButtonStyleUltraSplitter.ButtonStyle property.
CollapsedAppearanceUltraSplitter.CollapsedAppearance property.
CollapsedButtonAppearanceUltraSplitter.CollapsedButtonAppearance property.
CollapseUITypeUltraSplitter.CollapseUIType property.
DragIndicatorColorUltraSplitter.DragIndicatorColor property.
DragIndicatorOpacityUltraSplitter.DragIndicatorOpacity property.
HotTrackingAppearanceUltraSplitter.HotTrackingAppearance property.
HotTrackingButtonAppearanceUltraSplitter.HotTrackingButtonAppearance property.
MinExtraUltraSplitter.MinExtra property.
MinSizeUltraSplitter.MinSize property.
PressedButtonAppearanceUltraSplitter.PressedButtonAppearance property.
UseHotTrackingUltraSplitter.UseHotTracking property.
Remarks

Property identifiers are passed to handlers of the 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 Infragistics.Win.UltraControlBase expose this functionality.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also