Write/Read |
About Coupled Markers |
Description |
Sets and Reads the state of Coupled Markers (ON and OFF). See also: CoupledMarkersMethod Property |
VB Syntax |
app.CoupledMarkers = state |
Variable |
(Type) - Description |
app |
An Application (object) |
state |
(boolean) True (1) - Turns Coupled Markers ON |
Return Type |
Boolean True - ON |
Default |
False |
Examples |
app.CoupledMarkers = True 'Write |
coupl = app.CoupledMarkers 'Read |
|
C++ Syntax |
HRESULT put_CoupledMarkers(VARIANT_BOOL bState) |
Interface |
IApplication |