EdSetActivePaneΒΆ

EdSetActivePane sets the active pane of a splitter window.

bool = EdSetActivePane(hEdit, iPane)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hEdit

hEdit

iPane

iPane is one of the following values:

Value

Description

1

Activates the left or top pane

2

Activates the right or bottom pane

History

Version

Description

R2013.1

New.

id-1459771