DesignerActionUIService.ShouldAutoShow(IComponent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出是否自動顯示智慧標籤面板。
public:
bool ShouldAutoShow(System::ComponentModel::IComponent ^ component);
public bool ShouldAutoShow (System.ComponentModel.IComponent component);
member this.ShouldAutoShow : System.ComponentModel.IComponent -> bool
Public Function ShouldAutoShow (component As IComponent) As Boolean
參數
- component
- IComponent
要自動顯示的 IComponent。
傳回
true
表示自動顯示智慧標籤面板,否則為 false
。