• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    ISplitView Interface

    Definition

    Namespace: Alternet.Editor
    Assembly: Alternet.Editor.v8.dll

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

    Syntax
    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 control can split its content horizontally.

    CanSplitVert()

    When implemented by a class, indicates whether 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.

    In This Article
    Back to top Copyright AlterNET Software Download PDF