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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.