TransparentRichTextBoxOnPaintBackground Method |
Paints the background of the control.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnPaintBackground(
PaintEventArgs pevent
)
Protected Overrides Sub OnPaintBackground (
pevent As PaintEventArgs
)
Parameters
- pevent
- Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also