Click or drag to resize

KryptonTextBoxCreateControlsInstance Method

Creates a new instance of the control collection for the KryptonTextBox.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected override ControlControlCollection CreateControlsInstance()

Return Value

Type: ControlControlCollection
A new instance of Control.ControlCollection assigned to the control.
See Also