Write/Read
About Scale Coupling

ScaleCouplingState Property


Description

Enables and disables scale coupling for the window.

Use ScaleCouplingMethod to select the coupling method.

 VB Syntax

win.ScaleCouplingState = bool

Variable

(Type) - Description

win

An NAWindow (object) .

 bool

(Boolean)

False - NO scale coupling for this window.

True - Scale coupling enabled for this window.

Return Type

Boolean

Default

True

Examples

win.ScaleCouplingState = false 'Write

coupled = app.ActiveNAWindow.ScaleCouplingState 'Read

C++ Syntax

HRESULT get_ScaleCouplingState(VARIANT_BOOL *pVal);

HRESULT put_ScaleCouplingState(VARIANT_BOOL newVal)

Interface

INAWindow2