.. highlightlang:: us .. index:: EdGetActivePane .. _edgetactivepane: EdGetActivePane =============== .. us.tag EdGetActivePane ENGLISH EdGet New5501 :ref:`EdGetActivePane` returns the active pane in a splitter window. .. function:: iPane = EdGetActivePane(hEdit) .. us.return **Return Value** *iPane* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Description * - 1 - Activates the left or top pane is active. Or window not splitted. * - 2 - Activates the right or bottom pane is active. .. us.params **Parameters** .. uparam:: hEdit *hEdit* identifies the editor. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.1 - New. .. seealso:: :ref:`Overview-Editors`, :ref:`EdSetSplit`, :ref:`EdSetActivePane` :sub:`id-121524`