Skip to main content
A newer version of this page is available. .

TdxToggleSwitchProperties Class

Contains toggle switch editor settings.

Declaration

TdxToggleSwitchProperties = class(
    TdxCustomToggleSwitchProperties
)

Remarks

This class does not introduce any new functionality. It simply publishes properties and events inherited from its base class. Refer to the TdxCustomToggleSwitchProperties class description to learn about available class members.

A TdxToggleSwitchProperties object is referenced by a toggle switch editor’s Properties and ActiveProperties properties.

See Also