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();
IUIService Interface | IUIService Members | System.WinForms.Design Namespace