| DSSDefaultEditor Property |
[This is preliminary documentation and is subject to change.]
Returns the path name for the default text editor.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string DefaultEditor { get; }
Public ReadOnly Property DefaultEditor As String
Get
public:
property String^ DefaultEditor {
String^ get ();
}
member DefaultEditor : string with get
function get_DefaultEditor();
Property Value
Type:
StringSee Also