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 Methods

The methods of the IUIService interface are listed below. For a complete list of IUIService interface members, see the IUIService Members topic.

CanShowComponentEditor Checks if the component can display a ComponentDesigner. ComponenentDesigners are similar to property pages from COM.
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.
ShowComponentEditor Attempts to display a ComponentDesigner for a component. ComponenentDesigners are similar to property pages from COM. If the component does not support component designers, and InvalidArgumentException is thrown. To avoid this, be sure to call CanShowComponentEditor first.
ShowDialog [To be supplied.]
ShowError Overloaded. [To be supplied.]
ShowMessage Overloaded. [To be supplied.]
ShowToolWindow Displays the requested tool window.

See Also

IUIService Interface | System.WinForms.Design Namespace