Table of Contents

Interface ISplitView

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents properties and methods allowing Edit control to visually split its content.

public interface ISplitView

Properties

HorzSplitEdit

When implemented by a class, represents horizontal split view control.

HorzSplitter

When implemented by a class, represents a horizontal Splitter control allowing to split Edit content horizontally.

VertSplitEdit

When implemented by a class, represents an vertical split view control.

VertSplitter

When implemented by a class, represents a vertical Splitter control allowing to split Edit content vertically.

Methods

CanSplitHorz()

When implemented by a class, indicates whether the control can split its content horizontally.

CanSplitVert()

When implemented by a class, indicates whether the control can split its content vertically.

CanUnsplitHorz()

When implemented by a class, indicates whether control has horizontal split view.

CanUnsplitVert()

When implemented by a class, indicates whether control has vertical split view.

SplitViewHorz()

When implemented by a class, splits its content horizontally.

SplitViewVert()

When implemented by a class, splits its content vertically.

UnsplitViewHorz()

When implemented by a class, removes horizontal split view.

UnsplitViewVert()

When implemented by a class, removes vertical split view.

Events

SplitHorz

When implemented by a class, occurs when user splits Edit control horizontally.

SplitVert

When implemented by a class, occurs when user splits Edit control vertically.

UnsplitHorz

When implemented by a class, occurs when horizontal split view is removed.

UnsplitVert

When implemented by a class, occurs when vertical split view is removed.