Table of Contents

Class OutlineTreeNodePaintData

Namespace
Alternet.FormDesigner.WinForms.Outline
Assembly
Alternet.FormDesigner.v10.dll

Represents data to paint the outline tree node.

public class OutlineTreeNodePaintData
Inheritance
OutlineTreeNodePaintData

Constructors

OutlineTreeNodePaintData(Graphics, Rectangle, bool, bool, bool, IComponent, string, Image, int, bool)

Initializes a new instance of the OutlineTreeNodePaintData class with specified parameters.

Properties

Component

Gets a IComponent object which this node is related to.

Graphics

Gets a Graphics object used to draw node.

HasChildren

Gets a value indicating whether the node has children nodes.

Image

Gets the image displayed in the node.

IsEditing

Gets a value indicating whether the node is in the editing state.

IsExpanded

Gets a value indicating whether the node is in the expanded state.

IsSelected

Gets a value indicating whether the node is in the selected state.

NestingLevel

Gets the zero-based depth of the node in the outline control.

NodeBounds

Gets a Rectangle object that represents the bounds of the node to draw.

Text

Gets the text displayed in the label of the node.