Click or drag to resize

DocumentPageClosable Property

Gets or sets a value indicating whether this DocumentPage is closable.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Closable { get; set; }

Property Value

Type: Boolean
true if closable; otherwise, false.
See Also