Hide Table of Contents
CreateTaskpaneView3 Method (ISldWorks)

Creates an application-level Task Pane view.

.NET Syntax

Visual Basic (Declaration) 
Function CreateTaskpaneView3( _
   ByVal ImageList As System.Object, _
   ByVal ToolTip As System.String _
) As TaskpaneView
Visual Basic (Usage) 
Dim instance As ISldWorks
Dim ImageList As System.Object
Dim ToolTip As System.String
Dim value As TaskpaneView
 
value = instance.CreateTaskpaneView3(ImageList, ToolTip)
C# 
TaskpaneView CreateTaskpaneView3( 
   System.object ImageList,
   System.string ToolTip
)
C++/CLI 
TaskpaneView^ CreateTaskpaneView3( 
&   System.Object^ ImageList,
&   System.String^ ToolTip
) 

Parameters

ImageList
Array of strings of paths to the image files for the tab of this Task Pane view (see Remarks)
ToolTip
Tool tip for this Task Pane view

Return Value

Task Pane view

Example

Remarks

This method supports high resolution screens with high resolution operating system scaling options.  

ImageList contains paths to images with the following pixel sizes:

  • 20 X 20
  • 32 X 32
  • 40 X 40
  • 64 X 64
  • 96 X 96
  • 128 X 128

The images should use a 256-color palette. Use gray (RGB 192, 192, 192) for transparent areas in your graphic.

 

See Also

Availability

SOLIDWORKS 2017 FCS, Revision Number 25.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CreateTaskpaneView3 Method (ISldWorks)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.