Share via


IXRProgressBar::SetIsIndeterminate (Compact 2013)

3/28/2014

This method sets a value that indicates whether this progress bar displays a repeating pattern or fills incrementally based on the current value in IXRRangeBase::GetValue.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsIndeterminate(
    bool Value
) = 0;

Parameters

  • Value
    [in] A Boolean value that is true if the progress bar should display a repeating pattern to indicate generic progress is occurring. Otherwise, it is false.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

When Value is set to true, IXRProgressBar displays a repeating pattern to indicate progress, and it does not use the current value of the inherited method IXRRangeBase::GetValue.

.NET Framework Equivalent

System.Windows.Controls.ProgressBar.IsIndeterminate

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRProgressBar
IXRProgressBar::GetIsIndeterminate