.. highlightlang:: us .. index:: EdSetActivePane .. _edsetactivepane: EdSetActivePane =============== .. us.tag EdSetActivePane ENGLISH EdSet New5501 :ref:`EdSetActivePane` sets the active pane of a splitter window. .. function:: bool = EdSetActivePane(hEdit, iPane) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hEdit *hEdit* .. uparam:: iPane *iPane* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Description * - 1 - Activates the left or top pane * - 2 - Activates the right or bottom pane .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.1 - New. .. seealso:: :ref:`Overview-Editors`, :ref:`EdSetSplit`, :ref:`EdSetActivePane` :sub:`id-1459771`