Skip to main content

TcxSimpleStyle Class

A simple hot zone for splitter controls.

Declaration

TcxSimpleStyle = class(
    TcxHotZoneStyle
)

Remarks

A Splitter control is capable of displaying a hot zone. Clicking a hot zone will reduce the size of the splitter’s bound control to a minimum and back. Use the HotZone property of a splitter control to access its hot zone object.

The TcxSimpleStyle class provides a very simple hot zone. Assign this class to the HotZoneStyleClass property of a splitter to apply this hot zone style at runtime. If you need to apply it at design time, assign the Simple string to the HotZone property.

Like other objects representing hot zones, the TcxSimpleStyle object is derived from the TcxHotZoneStyle class. As well as inheriting common members, this object introduces several new properties thus allowing you to customize the look and feel of the hot zone.

The image below displays a sample of the simple hot zone.

A Simple Hot Zone

Inheritance

See Also