Click or drag to resize

ButtonModuleServiceMoveButton Method

Moves a customized button to a location given by user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void MoveButton(
	CustomizedButton button,
	int customizedLocation,
	ButtonModuleServiceButtonCustomizationCompletionHandler completionHandler
)

Parameters

button
Type: Avaya.ClientServicesCustomizedButton
Informational parameters for the button to be moved.
customizedLocation
Type: SystemInt32
Location on the button module where the user wants to move the customized button.
completionHandler
Type: Avaya.ClientServicesButtonModuleServiceButtonCustomizationCompletionHandler
A completion handler to call when the operation has completed. This may be null if the caller doesn't wish to be informed of completion.
See Also