Click or drag to resize

TransparentRichTextBoxCreateParams Property

Gets the required creation parameters when the control handle is created.

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 CreateParams CreateParams { get; }

Property Value

Type: CreateParams
A CreateParams object that contains the required creation parameters when the handle to the control is created.
See Also