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

適用対象

こちらもご覧ください