API ReferenceEditor
FolderEditclass
An editable text box with a button to browse for an arbitrary folder using OS file browser dialog.
Constructors1
Showing 1 constructors
public FolderEdit(Editor.Widget parent)
| Parameter | Type | Description |
|---|---|---|
| parent | Widget | — |
No results match this filter.
Methods6
Showing 6 methods
public void Browse()
Open a "browse folder" dialog.
Returns:
void—public virtual void OnDragDrop(Editor.Widget.DragEvent ev)
| Parameter | Type | Description |
|---|---|---|
| ev | DragEvent | — |
Returns:
void—public virtual void OnDragHover(Editor.Widget.DragEvent ev)
| Parameter | Type | Description |
|---|---|---|
| ev | DragEvent | — |
Returns:
void—protected virtual void OnMouseEnter()
Returns:
void—protected virtual void OnMouseLeave()
Returns:
void—protected virtual void OnPaint()
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public string Editor.FolderEdit.DialogTitle { get; set; }
Title override for the "browse folder" dialog.
Returns:
string—No results match this filter.