Window Object¶
Properties¶
Returns the caption text for the window. | |
Returns the Windows collection that represents child windows. | |
Returns the class name for the window. | |
Returns the clipboardData Object. | |
Specifies the undo/redo history to be combined or not combined. | |
Returns the flag to indicate whether EmEditor discards undo information to improve the speed of replace, insert or delete. | |
Returns the Document Object. | |
Returns the DroppedFiles Object. | |
Returns the Editor Object. | |
Returns whether the window is enabled for mouse and keyboard input. | |
Returns the extended styles of the specified window. | |
Returns or sets the height of the window. | |
Retrieves or sets the handle value of the window. | |
Returns the Interface Object. | |
Returns or sets the horizontal position of the specified window, in pixels. | |
Returns the OutputBar Object. | |
Returns the parent window object. | |
Returns the process identifier. | |
Allows changes in EmEditor to be redrawn or prevents changes in EmEditor from being redrawn. | |
Retrieves the complete path and file name of the currently running macro file. | |
Retrieves only the file name of the currently running macro file. | |
Returns the styles of the specified window. | |
Returns the horizontal position of the scroll bar. | |
Returns the vertical position of the scroll bar. | |
Returns the Shell Object. | |
Retrieves or sets a string displayed on the status bar. | |
Returns the identifier of the thread that created the window. | |
Returns or sets the vertical position of the specified window, in pixels. | |
Returns whether the window handle is valid. | |
Returns whether the window is visible. | |
Returns the WebBar Object. | |
Returns or sets the width of the window. |
Methods¶
Displays a message in a simple dialog box with the OK button. | |
Closes the window. | |
Displays a message in a simple dialog box with the OK button and the Cancel button. | |
Creates a popup menu. | |
Finds the child Window object by a class name and/or by a window title. | |
Finds the child window object by the window identifier. | |
Displays the Print dialog box. | |
Displays a dialog box to enter a string. | |
Terminates the macro execution. | |
Scrolls the window by the specified relative amount. | |
Scrolls the window to the specified position. | |
Sets the keyboard focus to the window. | |
Brings the window to foreground. | |
Sets the size and position of the window. | |
Displays a tooltip. | |
Pauses the macro execution for the specified time in milliseconds. |
Version¶
Supported on EmEditor Professional Version 4.00 or later.