DesignerActionUIStateChangeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the display state of a smart tag panel.
public enum class DesignerActionUIStateChangeType
public enum DesignerActionUIStateChangeType
type DesignerActionUIStateChangeType =
Public Enum DesignerActionUIStateChangeType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Show | 0 | The smart tag panel is being displayed. |
Hide | 1 | The smart tag panel is being hidden. |
Refresh | 2 | The smart tag panel is being refreshed. |
Remarks
The DesignerActionUIStateChangeType enumeration is used in the DesignerActionUIStateChangeEventArgs class and is associated with the DesignerActionUIStateChange event, which indicates whether the panel is being displayed or hidden.