Controls
This documentation allows you to understand the Form controls in Bimser Synergy CSP.
LayoutControl
The LayoutControl
class is an abstract base class for controls that manage layout, including designer properties, items, and layout settings. See LayoutControl documentation for more details.
Section
Represents a sealed section control inheriting from LayoutControl. See Section documentation for more details.
Mirror
The Mirror
class extends BaseControl
and represents a control that mirrors another control's properties. See Mirror documentation for more details.
VisualControl
The VisualControl
class represents a base visual control with properties related to visibility, styling, and interactivity. See VisualControl documentation for more details.
ContainerControl
Represents a container control that supports read-only behavior and difference detection. See ContainerControl documentation for more details.
BaseControl
The BaseControl
class represents a base control with event handling, property management, and difference detection. See BaseControl documentation for more details.
Column
Represents a sealed column control inheriting from LayoutControl. See Column documentation for more details.