DesignerActionUIService.ShowUI(IComponent) 方法

定義

顯示元件的智慧標籤面板。

public:
 void ShowUI(System::ComponentModel::IComponent ^ component);
public void ShowUI (System.ComponentModel.IComponent component);
member this.ShowUI : System.ComponentModel.IComponent -> unit
Public Sub ShowUI (component As IComponent)

參數

component
IComponent

應顯示其智慧標籤面板的元件。

備註

如果目前隱藏智慧標記面板, ShowUI 方法會顯示面板。 這個方法會 DesignerActionUIStateChange 引發 事件,並規定 Show 為事件類型。

注意

HideUIShowUI 方法只會實作來引發其對應的事件。 您可以在這些事件的處理程式中找到實際功能,這些事件是設計時間環境的一部分。

適用於

另請參閱