InfoBarModel.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.
Gets whether or not the info bar can be closed by the user.
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
Property Value
True if the info bar can be closed by the user, otherwise false.