> For the complete documentation index, see [llms.txt](https://docs.saabytes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saabytes.com/controls/saaformcontrolbox.md).

# SaaFormControlBox

![](https://3593808699-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MeLJp7jLxK-XmIvfxh3%2F-Mf97gIEEMdEUf-onlz_%2F-Mf98BoaJiJR4C9gFweR%2FSaaFormControlBox.png?alt=media\&token=639e4151-c17e-4cd8-bb9f-8fc9ae6646b8)

SaaFormControlBox is a customized controlbox for forms. It has Close/Exit, Minimize and Maximize buttons.

## 1. Colors

`BackColor` is the overall background color for the control.

## 2. Images

`CloseActive` tells the image of the close button when the mouse pointer is over it.

`CloseInActive` tells the image of the close button when the mouse pointer leaves (goes into inactive mode).

`MinimizeActive` tells the image of the minimize button when the mouse pointer is over it.

`MinimizeInActive` tells the image of the Minimize button when the mouse pointer leaves (goes into inactive mode).

`MaximizeActive` tells the image of the Maximize button when the mouse pointer is over it.

`MaximizeInActive` tells the image of the Maximize button when the mouse pointer leaves (goes into inactive mode).

## 3. Buttons

`DisableClose` tells whether the close button is disabled.

`DisableMinimize` tells whether the Minimize button is disabled.

`DisableMaximize` tells whether the Maximize button is disabled.

`ShowClose` tells whether the close button is shown.

`ShowMinimize` tells whether the Minimize button is shown.

`ShowMaximize` tells whether the Maximize button is shown.

## 4. ToolTip

`ControlToolTip` gets the associated tooltip control with the control.

`CloseTip` tells the text displayed when the mouse pointer is over the close button.

`MinimizeTip` tells the text displayed when the mouse pointer is over the Minimize button.

`MaximizeTip` tells the text displayed when the mouse pointer is over the Maximize button.
