Cadcorp SIS API Methods

ActivateWnd Method

Description

Activates a window by its number, i.e. make the window the currently active child window, and its SWD the current SWD.

Syntax

Visual Basic
Public Function ActivateWnd( _
    ByVal number As Integer _
) As Integer

Parameters

number
The number of the window to activate (starting at 0).

Remarks

Available: D ME

Group:

Example

sis.ActivateWnd (2)

Makes the third window the active window