Version

ResolveAppearanceUltimateDefaults Method

Provides ultimate default values for the scrollbar's appearance properties.
Syntax
'Declaration
 
Protected Overrides Sub ResolveAppearanceUltimateDefaults( _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags, _
   ByVal orientation As Orientation, _
   ByVal roleName As String, _
   ByVal state As Infragistics.Win.AppStyling.RoleState _
) 
protected override void ResolveAppearanceUltimateDefaults( 
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps,
   Orientation orientation,
   string roleName,
   Infragistics.Win.AppStyling.RoleState state
)

Parameters

appearance
Reference to the AppearanceData struct.
requestedProps
Reference to the AppearancePropFlags struct.
orientation
Horizontal or vertical
roleName
The name of the scrollbar role which identifies the element for which the appearance is to be resolved.
state
RoleState constant desribing the UI state of the element, i.e., hot tracking, pressed, etc.
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