Interface IOutlineControlPainter
- Namespace
- Alternet.FormDesigner.WinForms.Outline
- Assembly
- Alternet.FormDesigner.v10.dll
Represents properties and methods to draw outline control.
public interface IOutlineControlPainter
Properties
- BackgroundColor
When implemented by a class, gets the background color for the outline control.
- Font
When implemented by a class, gets the font for the outline control.
Methods
- GetNodeDropMarkerBounds(OutlineTreeNodePaintData, int)
When implemented by a class, retrieves a bounds of the node drop marker.
- NodeExpandButtonHitTest(int, Point)
When implemented by a class, determines part of the tree node at given position.
- PaintTreeNode(OutlineTreeNodePaintData)
When implemented by a class, paints an outline tree node.