DesignerActionUIService.ShouldAutoShow(IComponent) 方法

定義

指出是否自動顯示智慧標籤面板。

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

適用於

另請參閱