Search Results for

    Show / Hide Table of Contents

    Interface IChangeableStartEndNode

    A changeable start/end node, e.g. as used in a document fragment.

    Inherited Members
    IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode)
    IChangeableNode.RemoveFromParent()
    ITreeNode<IChangeableNode, IChangeableContainerNode>.Parent
    ITreeNode<IChangeableNode, IChangeableContainerNode>.NextSibling
    ITreeNode<IChangeableNode, IChangeableContainerNode>.PreviousSibling
    ITreeNode<IChangeableNode, IChangeableContainerNode>.Root
    IStartEndNode.IsStart
    IStartEndNode.IsEnd
    INode.AcceptNodeVisitor(INodeVisitor)
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IChangeableStartEndNode : IChangeableNode, ITreeNode<IChangeableNode, IChangeableContainerNode>, IStartEndNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>

    Properties

    IsGhost

    Provides both read and write access to the property, which in the document node is read-only.

    Declaration
    bool IsGhost { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)

    On this page

    • Properties
      • IsGhost
    • Extension Methods
    Back to top Generated by DocFX