Gets or sets a value indicating that the header should be shown
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ShowHeader { get; set; }
Public Property ShowHeader As Boolean
Get
Set
member ShowHeader : bool with get, set
Property Value
Type:
Booleantrue to show header; otherwise,
false.
See Also