Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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