ColorPanel.Hide
---------------

Hides color panel.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [ColorPanel](component_ColorPanel.md) | [8.3](newinversion83.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |

MBS( "ColorPanel.Hide" ) ### Parameters

none

### Result

Returns OK or error.

### Description

Hides color panel.  
### Examples

Hide panel:

 Set Variable \[ $c ; Value: MBS ( "ColorPanel.Hide" ) \]  
Show panel:

 Set Variable \[ $c ; Value: MBS ( "[ColorPanel.Show](ColorPanelShow.md)" ) \]  
### See also

- [ColorPanel.Show](ColorPanelShow.md)

### Example Databases

- [Color Panel](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Color%20Panel.shtml#1Button129.0000000526.0000000170.0000000685.0000000LayoutObjectAnchor_)

This function is free to use.

Created 13th June 2018 , last changed 13th June 2018

  
[ColorPanel.GetVisible](ColorPanelGetVisible.md) - [ColorPanel.SetAlpha](ColorPanelSetAlpha.md)

[HTML Version](ColorPanelHide.shtml)