IManagementUIService.Update Method

Definition

Updates the user interface (UI) with the current state information.

public:
 void Update();
public void Update ();
abstract member Update : unit -> unit
Public Sub Update ()

Examples

The following example implements this method.

class MyUI_Srvc : IManagementUIService, IDisposable {

    private IDictionary _styles;
    private IManagementFrameHost _owner;
    private Stack<IWin32Window> _curWin;
    private ManagementUIColorTable _colourTbl;

    private object _currentProgressToken;
    private bool _rightToLeft; 

Applies to