IVsInfoBar.IsCloseButtonVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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