EdGetActivePaneΒΆ

EdGetActivePane returns the active pane in a splitter window.

iPane = EdGetActivePane(hEdit)

Return Value

iPane is one of the following values:

Value

Description

1

Activates the left or top pane is active. Or window not splitted.

2

Activates the right or bottom pane is active.

Parameters

hEdit

hEdit identifies the editor.

History

Version

Description

R2013.1

New.

id-121524