StatusBar.HideAsync Method
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.
Hides the status bar.
public:
virtual IAsyncAction ^ HideAsync() = HideAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction HideAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction HideAsync();
function hideAsync()
Public Function HideAsync () As IAsyncAction
Returns
The asynchronous results of the operation. Use this to determine when the async call is complete.
- Attributes