[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;
IToolboxUser Interface | IToolboxUser Members | System.Drawing.Design Namespace