Click or drag to resize

ThemedFilePickerHandlerTitle Property

Gets or sets the title of the dialog that the control will show.

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

Property Value

Type: String
The title of the dialog.

Implements

FilePickerIHandlerTitle
See Also