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
Syntaxpublic bool Closable { get; set; }Public Property Closable As Boolean
	Get
	Set
member Closable : bool with get, set
Property Value
Type: 
Booleantrue if closable; otherwise, 
false.
See Also