InfoBarModel.IsCloseButtonVisible Property

Definition

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.

Implements

Applies to