ShowEOF Property (MarkProp Object)¶
Corresponds to the Show
End of File check box in the
Marks page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.ShowEOF;
object.ShowEOF = b;
[VBScript]¶
b = object.ShowEOF
object.ShowEOF = b
Version¶