Table of Contents

Method DrawSplitterBorder

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DrawSplitterBorder(PaintEventArgs)

Draws the border of the splitter control.

public override void DrawSplitterBorder(PaintEventArgs e)

Parameters

e PaintEventArgs

A PaintEventArgs object that contains data for the paint operation.

Remarks

This method is responsible for rendering the border of the splitter control. It uses the provided PaintEventArgs to perform the drawing operation.