IXRRangeBase::SetLargeChange (Windows Embedded CE 6.0)
1/6/2010
This method sets a value to be added to or subtracted from the Value of this IXRRangeBase control.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetLargeChange(
float Value
) = 0;
Parameters
- Value
[in] 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 Value.
.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 |