NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.SetUIDirty

Marks the UI dirty. The UI becomes dirty whenever a toolbar or menu item's status changes. Most development environments cache the status of these elements for speed, and need to know when they need to be updated. This method would be called, for example, after a set of objects have been selected within the designer to enable the cut and copy menu items, for example.

[Visual Basic]
Sub SetUIDirty()
[C#]
void SetUIDirty();
[C++]
void SetUIDirty() = 0;
[JScript]
function SetUIDirty();

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace