DesignerActionUIStateChangeEventArgs.ChangeType Property

Definition

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

public:
 property System::ComponentModel::Design::DesignerActionUIStateChangeType ChangeType { System::ComponentModel::Design::DesignerActionUIStateChangeType get(); };
public System.ComponentModel.Design.DesignerActionUIStateChangeType ChangeType { get; }
member this.ChangeType : System.ComponentModel.Design.DesignerActionUIStateChangeType
Public ReadOnly Property ChangeType As DesignerActionUIStateChangeType

Property Value

A DesignerActionUIStateChangeType that indicates the state of the panel.

Remarks

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.

Applies to

See also