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

适用于

另请参阅