DesignerActionUIStateChangeType Enum

Definition

Specifies the display state of a smart tag panel.

public enum class DesignerActionUIStateChangeType
public enum DesignerActionUIStateChangeType
type DesignerActionUIStateChangeType = 
Public Enum DesignerActionUIStateChangeType
Inheritance
DesignerActionUIStateChangeType

Fields

Hide 1

The smart tag panel is being hidden.

Refresh 2

The smart tag panel is being refreshed.

Show 0

The smart tag panel is being displayed.

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.

Applies to

See also