Share via


IXRRangeBase::GetLargeChange (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value to be added to or subtracted from the Value of this IXRRangeBase control.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetLargeChange(
    float *pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to a float value to add or subtract from the Value of this IXRRangeBase control.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To retrieve the Value of this IXRRangeBase control, call IXRRangeBase::GetValue.

Each control that inherits from IXRRangeBase determines how the large-change value is used. For example, when the user presses the track of a custom scrollbar control, the Value property would increment or decrement by the amount specified by pValue.

.NET Framework Equivalent

System.Windows.Controls.Primitives.RangeBase.LargeChange

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRRangeBase
IXRRangeBase::SetLargeChange