IBasicNoUISynchronizedEdit Property |
Gets or sets the synchronized edit mode.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxbool SynchronizedEdit { get; set; }
Property SynchronizedEdit As Boolean
Get
Set
property bool SynchronizedEdit {
bool get ();
void set (bool value);
}
Property Value
Boolean
The synchronized edit mode.
Remarks2025-01-24: This property has no effect at this time.
v10.40+: When this mode is turned on, it allows an IDE control to edit a remote
IDE object or NoUI control/object.
The remote Basic control/object must also have synchronized edit mode on also.
Setting SynchronizedEdit to True also sets Synchronized to True.
See Also