Purpose
Register a client.
Class
Type
Method
Syntax
<oDragDropManager>:RegisterClient(
<oClient>
) Æ lSuccess
Arguments
| <oClient> | The client that should be registered. | 
| Data Type: | bDragDropClient | 
Return Value
| lSuccess | A logical value that indicates whether the client could be registered. | 
| TRUE | The client could be registered. | 
| FALSE | The client could not be registered. | 
| Data Type: | Logic | 
Description
bDragDropManager:RegisterClient() register a client for drag & drop processes. The client supports drag & drop actions at this moment.
Important notes!
If the client is already registered, then the existing registration is removed automatically and the client is registered once again.
See Also
bDragDropManager:GetClientFromWindow()
bDragDropManager:UnregisterClient()
Page url: http://www.YOURSERVER.com/index.html?bdragdropmanager_registerclient.htm