DesignerActionUIStateChangeEventArgs.ChangeType Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.