Click or drag to resize
Sandcastle Help File BuilderDividerLabelOnPaint Method
This is overridden to draw the text and the dividing line

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override void OnPaint(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
The event arguments
See Also