InkEdit.CreateParams Property

InkEdit.CreateParams Property

Gets an overridden version of the CreateParams Leave Site property that contains the required creation parameters for when the control handle is created.

Definition

Visual Basic .NET Overrides Protected ReadOnly Property CreateParams As CreateParams
C# protected override CreateParams CreateParams { get; }
Managed C++ protected: __property virtual CreateParams* get_CreateParams();

Property Value

System.Windows.Forms.CreateParams. The required creation parameters for when the control handle is created.

This property is read-only. This property has no default value.

Exceptions

Win32Exception Leave Site: CannotLoadInkEdit

Remarks

This property overrides the CreateParams Leave Site property of the RichTextBox Leave Site object and updates the ClassName Leave Site property to specify the InkEdit control class name.

Caution: If you create a class that inherits from InkEdit and change the ClassName Leave Site property, the InkEdit control will not work properly. Consequently, you should avoid overriding the CreateParams property.

See Also