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;
}
/** @property */
protected CreateParams get_CreateParams ()
protected override function get CreateParams () : CreateParams
Not applicable.
Property Value
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
InkEdit Class
InkEdit Members
Microsoft.Ink Namespace