This document is archived and information here might be outdated. Recommended version. |
Causes the command to be redrawn.
[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);
Causes the command item to be redrawn on the CommandBar in order to correctly display any new property changes.
It is generally unnecessary to explicitly call Refresh; CommandItem updates such as setting the caption, image, and style all automatically call Refresh.