Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinTextBoxBase Class / CreateControlsInstance Method


In This Topic
    CreateControlsInstance Method
    In This Topic
    Creates a new instance of the control collection for the control.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateControlsInstance() As Control.ControlCollection
    'Usage
     
    Dim instance As WinTextBoxBase
    Dim value As Control.ControlCollection
     
    value = instance.CreateControlsInstance()
    protected override Control.ControlCollection CreateControlsInstance()

    Return Value

    A new instance of System.Windows.Forms.Control.ControlCollection assigned to the control.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also