Table of Contents

Interface IOutlineControl

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents the outline control.

public interface IOutlineControl

Properties

FormDesignerControl

When implemented by a class, gets or sets an IFormDesignerControl related to this outline control.

Toolbox

When implemented by a class, gets or sets an IToolboxControl related to this outline control.

Methods

MoveDown()

When implemented by a class, moves outline item down in the container.

MoveIn()

When implemented by a class, moves outline item into the next container.

MoveOut()

When implemented by a class, moves outline item out of current container.

MoveUp()

When implemented by a class, moves outline item up in the container.

ShowRenameSelectedNodeUI()

When implemented by a class, starts the editing of the outline item name.