Table of Contents

Property HasTitleBar

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasTitleBar

Gets or sets a boolean value indicating whether window has title bar.

public virtual bool HasTitleBar { get; set; }

Property Value

bool

Remarks

On some operating systems additional properties need to be set in order to hide the title bar. For example, CloseEnabled, MinimizeEnabled, MaximizeEnabled, HasSystemMenu, HasBorder and some other properties can affect on the title bar visibility.