Read only
About PNA Options

MaximumNumberOfWindows Property


Description

Returns the maximum possible number of windows that can be present on the PNA screen.

 VB Syntax

value = cap.MaximumNumberOfWindows

Variable

(Type) - Description

value

(Long) - Variable to store the returned maximum value for number of windows.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.MaximumNumberOfWindows 'Read

C++ Syntax

HRESULT get_MaximumNumberOfWindows(long *  maximumNumberOfWindows );

Interface

ICapabilities2