Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerActionUIStateChangeEventArgs::ChangeType Property

 

Gets a flag indicating whether the smart tag panel is being displayed or hidden.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerActionUIStateChangeType ChangeType {
	DesignerActionUIStateChangeType get();
}

Property Value

Type: System.ComponentModel.Design::DesignerActionUIStateChangeType

A DesignerActionUIStateChangeType that indicates the state of the panel.

If the panel is being hidden through a call to the HideUI method, this property has a value of Hide. If the panel is being shown through a call to ShowUI, this property has a value of Show.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft