Adds a .NET control to the Task Pane view on 64-bit machines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DisplayWindowFromHandlex64( _
ByVal WindowHandle As System.Long _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITaskpaneView
Dim WindowHandle As System.Long
Dim value As System.Boolean
value = instance.DisplayWindowFromHandlex64(WindowHandle) |
C# | |
---|
System.bool DisplayWindowFromHandlex64(
System.long WindowHandle
) |
C++/CLI | |
---|
System.bool DisplayWindowFromHandlex64(
& System.int64 WindowHandle
) |
Parameters
- WindowHandle
- 64-bit handle of .NET control
Return Value
True if .NET control is added, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0