msProgressAppearance property
[This documentation is preliminary and is subject to change.]
This property is obsolete. Use IHTMLCSSStyleDeclaration2::animationName instead.
This property is read/write.
Syntax
HRESULT put_msProgressAppearance(
VARIANT v
);
HRESULT get_msProgressAppearance(
[out, retval] VARIANT *p = bar
);
Property values
Type: VARIANT
A value that specifies whether a progress control displays as a bar or a ring.
bar
Default. The progress control appears as a progress bar. Use this style for determinate tasks and for indeterminate, non-modal tasks.
ring
The progress control appears as a progress ring. Use this style for indeterminate, modal tasks.
String format
bar | ring
CSS information
| Applies To | all elements |
| Media | visual |
| Inherited | false |
| Initial Value | bar |
Requirements
Minimum supported client |
Windows 8 Release Preview |
Minimum supported server |
Windows Server 2012 |
Build date: 6/28/2012