GetToolboxItems Method
See Also 
SourceCode.Framework Namespace > IDynamicToolboxItemHandler Interface : GetToolboxItems Method



wizardElement
The wizard element.

Glossary Item Box

Gets the toolbox items.

Syntax

Visual Basic (Declaration) 
Function GetToolboxItems( _
   ByVal wizardElement As WizardElement _
) As IEnumerable(Of ToolboxItemWizard)
Visual Basic (Usage)Copy Code
Dim instance As IDynamicToolboxItemHandler
Dim wizardElement As WizardElement
Dim value As IEnumerable(Of ToolboxItemWizard)
 
value = instance.GetToolboxItems(wizardElement)

Parameters

wizardElement
The wizard element.

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