Click or drag to resize

ISeparatorSource Interface

Describes the interface exposed by a separator source.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public interface ISeparatorSource

The ISeparatorSource type exposes the following members.

Properties
 NameDescription
Public propertySeparatorCanMove Can the separator be moved by the user.
Public propertySeparatorControl Gets the top level control of the source.
Public propertySeparatorIncrements Gets the amount the splitter can be incremented.
Public propertySeparatorMoveBox Gets the box representing the minimum and maximum allowed splitter movement.
Public propertySeparatorOrientation Gets the orientation of the separator.
Top
Methods
 NameDescription
Public methodSeparatorMoved Indicates the separator has moved.
Public methodSeparatorMoving Indicates the separator is moving.
Public methodSeparatorNotMoved Indicates the separator has not moved.
Top
See Also