This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IUIService Members
Properties
Font |
Retrieves the default font that should be used for dialogs and other GUI elements. This is the font that a user has selected as the UI font for the development environment. |
Methods
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