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

適用対象