Retrieves all NGWS runtime tools on the given toolbox category. An exception is thrown if category is not a valid category name.
[Visual Basic] Overloads Function GetTools( _ ByVal category As String _ ) As ToolboxItem () [C#] ToolboxItem[] GetTools( string category ); [C++] ToolboxItem* GetTools( String* category ) [] = 0; [JScript] function GetTools( category : String ) : ToolboxItem[];
An array of class objects representing all NGWS components that are currently on the toolbox category.
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.GetTools Overload List