Share via


SearchPaneVisibilityChangedEventArgs.Visible Property

Definition

Indicates whether the search pane is open.

public:
 property bool Visible { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.ApplicationModel.Search.SearchContract)]
bool Visible();
/// [get: Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
bool Visible();
public bool Visible { [Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.ApplicationModel.Search.SearchContract))] get; }
public bool Visible { [Windows.Foundation.Metadata.Deprecated("ISearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")] get; }
var boolean = searchPaneVisibilityChangedEventArgs.visible;
Public ReadOnly Property Visible As Boolean

Property Value

Boolean

bool

true if the search pane is open; otherwise, false.

Attributes

Applies to

See also