TransparentRichTextBox Constructor |
Creates a new instance of TransparentRichTextBox.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public TransparentRichTextBox(
bool transparentBackground
)
Public Sub New (
transparentBackground As Boolean
)
Parameters
- transparentBackground
- Type: SystemBoolean
Indicates if the textbox will have a transparent background.
See Also