TcxCustomSplitter.HotZoneStyleClass Property
Specifies the splitter’s hot zone style.
Declaration
property HotZoneStyleClass: TcxHotZoneStyleClass read; write;
Property Value
Type |
---|
TcxHotZoneStyleClass |
Remarks
Use this property to switch the hot zone style at runtime by assigning a TcxHotZoneStyle descendant (one of the predefined classes or a custom one) to this property. To remove the hot zone, assign nil to the HotZoneStyleClass property.
At design time, use the HotZone property to change the hot zone style and customize its look & feel settings. Refer to the property description for details.
See Also