Click or drag to resize

IBasicNoUISynchronized Property

Gets or sets the synchronized mode.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool Synchronized { get; set; }

Property Value

Boolean
The synchronized edit mode.
Remarks

When this mode is turned on, it allows an IDE control to operate a remote IDE object or NoUI control/object. The remote Basic control/object determines if the synchronized mode is on. (Also, the remote thread/application must have a windows message pump.)

Setting Description
True An IDE control operates a remote IDE object or NoUI control/object.
False Default. No remote control.

Setting Synchronized to False on the NoUI control/object clears all the breakpoints.

Note 2: Setting Synchronized to True after calling CreateOverlappedWindow yields the remote behavior of an IDE Control. This assigment may fail during the ?attach/!attach message handshake. Check the value of Synchronized after setting it to True to confirm the connection.

See Also