IKDeviceBrowserPanel.SetCancelButtonLabel
-----------------------------------------

Sets the caption of the cancel button.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [ImageCapture](component_ImageCapture.md) | [6.5](newinversion65.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |

MBS( "IKDeviceBrowserPanel.SetCancelButtonLabel"; Text ) 

**MBS**( **"IKDeviceBrowserPanel.SetCancelButtonLabel";** /\* Sets the caption of the cancel button. \*/  
**$Text**) /\* The new text.e.g. "Cancel" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Text | The new text. | "Cancel" |

### Result

Returns OK or error.

### Description

Sets the caption of the cancel button.  
### Examples

Set cancel button:

 Set Variable \[$r ; Value:MBS ( "IKDeviceBrowserPanel.SetCancelButtonLabel"; "Abbrechen" )\]  
### See also

- [IKDeviceBrowserPanel.GetCancelButtonLabel](IKDeviceBrowserPanelGetCancelButtonLabel.md)
- [IKDeviceBrowserPanel.GetSelectButtonLabel](IKDeviceBrowserPanelGetSelectButtonLabel.md)
- [IKDeviceBrowserPanel.SetSelectButtonLabel](IKDeviceBrowserPanelSetSelectButtonLabel.md)
- [IKDeviceBrowserPanel.Show](IKDeviceBrowserPanelShow.md)

### Example Databases

- [Mac only/ImageCapture/ImageCapture Dialogs](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20only/ImageCapture/ImageCapture%20Dialogs.shtml#1ScriptAnchor_)

This function is free to use.

Created 7th November 2016 , last changed 7th November 2016

  
[IKDeviceBrowserPanel.SelectedDeviceName](IKDeviceBrowserPanelSelectedDeviceName.md) - [IKDeviceBrowserPanel.SetDisplaysLocalCameras](IKDeviceBrowserPanelSetDisplaysLocalCameras.md)

[HTML Version](IKDeviceBrowserPanelSetCancelButtonLabel.shtml)