InkEdit.CreateParams Property
Gets an overridden version of the CreateParams property that contains the required creation parameters for when the control handle is created.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CreateParams As CreateParams
'Usage
Dim value As CreateParams
value = Me.CreateParams
protected override CreateParams CreateParams { get; }
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}
protected override function get CreateParams () : CreateParams
Property Value
Type: System.Windows.Forms.CreateParams
The required creation parameters for when the control handle is created.
Remarks
This property overrides the CreateParams property of the RichTextBox object and updates the ClassName property to specify the InkEdit control class name.
Warning
If you create a class that inherits from InkEdit and change the ClassName property, the InkEdit control will not work properly. Consequently, you should avoid overriding the CreateParams property.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0