IVsInfoBar.IsCloseButtonVisible 属性

定义

确定信息栏是否支持关闭。

public:
 property bool IsCloseButtonVisible { bool get(); };
public:
 property bool IsCloseButtonVisible { bool get(); };
public bool IsCloseButtonVisible { get; }
member this.IsCloseButtonVisible : bool
Public ReadOnly Property IsCloseButtonVisible As Boolean

属性值

Boolean

如果信息栏支持关闭,则为 True; 否则为 false。

适用于