UnicodeRichTextBox.CreateParams Property
Gets the required creation parameters when the control handle is created.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override CreateParams CreateParams { get; }
protected:
property CreateParams^ CreateParams {
virtual CreateParams^ get() override;
}
Protected Overrides ReadOnly Property CreateParams As CreateParams
Property Value
Type: System.Windows.Forms.CreateParams
An object that contains the required creation parameters when the handle to the control is created.
See Also
UnicodeRichTextBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top