Прочетете на английски Редактиране

Споделяне чрез


DesignerActionUIStateChangeEventArgs.ChangeType Property

Definition

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

C#
public System.ComponentModel.Design.DesignerActionUIStateChangeType ChangeType { get; }

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

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also