ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FullscreenDialog Class / HideStatusBarWhenOpen Property

In This Topic
    HideStatusBarWhenOpen Property
    In This Topic
    Gets or sets a value indicating whether the status bar must be hidden when the popup is open.
    Syntax
    'Declaration
     
    Public Property HideStatusBarWhenOpen As System.Boolean
    public System.bool HideStatusBarWhenOpen {get; set;}
    See Also