Skip to main content

TcxHotZoneStyle.Visible Property

Specifies whether the hot zone is displayed.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the Visible property to show or hide the hot zone. If this property value is True, the owner splitter control calls the hot zone object’s painting methods when needed. Otherwise, the methods are not called. Thus, when creating a custom hot zone object, you don’t need to track the state of the Visible property yourself.

Use the Visible property if you need to change the hot zone’s visibility at runtime. If you never want to display the hot zone, do not initialize the HotZone property value of the splitter control.

The default value of the Visible property is True.

See Also