Provides core functionality for all the CreateTool methods.
Protected Overridable Function CreateToolCore ( _ tool As ToolboxItem, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ hasLocation As Boolean, _ hasSize As Boolean _ ) As IComponent()
protected virtual IComponent[] CreateToolCore( ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize )
protected: virtual array<IComponent^>^ CreateToolCore( ToolboxItem^ tool, int x, int y, int width, int height, bool hasLocation, bool hasSize )
abstract CreateToolCore : tool:ToolboxItem * x:int * y:int * width:int * height:int * hasLocation:bool * hasSize:bool -> IComponent[] override CreateToolCore : tool:ToolboxItem * x:int * y:int * width:int * height:int * hasLocation:bool * hasSize:bool -> IComponent[]
This is the only CreateTool method that can be overridden.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2