Navigation:  Classes > bDragDropManager >

bDragDropManager:RegisterClient()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Register a client.

Class

bDragDropManager

Type

Method

Syntax

<oDragDropManager>:RegisterClient(

<oClient>

) Æ lSuccess

Arguments

<oClient>The client that should be registered.
Data Type:bDragDropClient

Return Value

lSuccessA logical value that indicates whether the client could be registered.
TRUEThe client could be registered.
FALSEThe 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