IVsInfoBar.IsCloseButtonVisible Property

Definition

Determines whether or not the InfoBar supports closing.

public:
 property bool IsCloseButtonVisible { bool get(); };
public:
 property bool IsCloseButtonVisible { bool get(); };
public bool IsCloseButtonVisible { get; }
[System.Runtime.InteropServices.DispId(1610678273)]
public bool IsCloseButtonVisible { get; }
member this.IsCloseButtonVisible : bool
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.IsCloseButtonVisible : bool
Public ReadOnly Property IsCloseButtonVisible As Boolean

Property Value

True if the InfoBar supports closing, otherwise false.

Attributes

Applies to