Specifies the end of a text editor defaults block.
*EndTextEditorDefaults()Specifies the end of a text editor defaults block. |
|||||
*EndTextEditorDefaults()Specifies the end of a text editor defaults block. |
Syntax |
*EndTextEditorDefaults() |
Example |
*BeginTextEditorDefaults() *Font("Times",0,1,12) *TextColor(3) *BackGroundColor(4) *Filename(".preferences.mvw") *EndTextEditorDefaults() |
Application |
HyperGraph and HyperStudy. |
Context |
|
Comments |
Every *BeginTextEditorDefaults() statement requires a closing *EndTextEditorDefaults() statement. |
See also |
|