Interface IOutlineControl
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
Represents the outline control.
public interface IOutlineControlProperties
- FormDesignerControl
- When implemented by a class, gets or sets an - IFormDesignerControlrelated to this outline control.
- Toolbox
- When implemented by a class, gets or sets an - IToolboxControlrelated 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.