Click or drag to resize

FileBrowserEditorAttribute Class

An editor that allows the user to select a file in the Aspect Viewer.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyViewerEditorAttribute
      AspectEditorAttribute
        Demo3D.Gui.AspectViewer.EditorsFileBrowserEditorAttribute

Namespace:  Demo3D.Gui.AspectViewer.Editors
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public class FileBrowserEditorAttribute : AspectEditorAttribute

The FileBrowserEditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFileBrowserEditorAttribute
Initializes a new instance of the FileBrowserEditorAttribute class
Top
Properties
  NameDescription
Public propertyAllowTextEditing
Allow text editing in the editor.
Public propertyEditorName
The name of the editor.
(Overrides AspectEditorAttribute.EditorName.)
Public propertyFilter
The file filter to use when selecting a file.
Top
Remarks
When clearing, the value will be set to null.
See Also