DesignerActionUIService Class
Manages the user interface (UI) for a smart tag panel. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
The DesignerActionUIService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases all resources used by the DesignerActionUIService class. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HideUI | Hides the smart tag panel for a component. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh | Updates the smart tag panel. |
![]() | ShouldAutoShow | Indicates whether to automatically show the smart tag panel. |
![]() | ShowUI | Displays the smart tag panel for a component. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | DesignerActionUIStateChange | Occurs when a request is made to show or hide a smart tag panel. |
You can control the display of your designer's ActionLists with the DesignerActionUIService class. DesignerActionUIService provides a straightforward interface for displaying the items for each component, including the following methods and events:
The ShowUI and HideUI methods display and hide the items for a component.
The DesignerActionUIStateChange event indicates when the UI changes for a component.
Use the DesignerActionService to manage the DesignerActionList collections associated with your component.
The following code example demonstrates how to use the Refresh method to update a smart tag panel. This example is part of a larger example available in the DesignerActionService class overview.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
