NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxUser.GetToolSupported

[To be supplied.]

[Visual Basic]
Function GetToolSupported( _
   ByVal tool As ToolboxItem _
) As Boolean
[C#]
bool GetToolSupported(
   ToolboxItem tool
);
[C++]
bool GetToolSupported(
   ToolboxItem* tool
) = 0;
[JScript]
function GetToolSupported(
   tool : ToolboxItem
) : Boolean;

Parameters

tool
[To be supplied.]

See Also

IToolboxUser Interface | IToolboxUser Members | System.Drawing.Design Namespace