BasicNoUIObjSynchronizedEdit Property |
Gets or sets the synchronized edit mode.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic bool SynchronizedEdit { get; set; }
Public Property SynchronizedEdit As Boolean
Get
Set
public:
virtual property bool SynchronizedEdit {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Boolean
The synchronized edit mode.
Implements
IBasicNoUISynchronizedEdit
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