Hide Table of Contents
ShowUserPopup Method (IEdmUserMgr8)

Displays a popup window with information about the specified user when the mouse hovers over the specified area of the specified window.

Syntax

Visual Basic (Declaration) 
Sub ShowUserPopup( _
   ByVal hParent As System.Integer, _
   ByRef poTrackRect As EdmRect, _
   ByVal oUserID As System.Object _
) 
C# 
void ShowUserPopup( 
   System.int hParent,
   ref EdmRect poTrackRect,
   System.object oUserID
)
C++/CLI 
void ShowUserPopup( 
&   System.int hParent,
&   EdmRect% poTrackRect,
&   System.Object^ oUserID
) 

Parameters

hParent
Handle of the parent window
poTrackRect
EdmRect structure; bounding rectangle of the area in the window that will trigger the mouse hover event
oUserID
ID, login name, or full name of the user for which to display information in the popup window (see Remarks)

Example

See the IEdmUserMgr8 examples.

Remarks

In the SolidWorks Enterprise PDM user interface, whenever the mouse hovers over a user name, a popup window displays information about the user. The popup window displays until the mouse moves off the area containing the user name. Call this method to display a popup window when the mouse hovers over a user name in a Windows form.

If oUserID contains a full name that is not unique, the user to display is randomly selected by the system.

IEdmUser10::SetUserDataEx describes how to update the information displayed in the popup window.

Call IEdmUserMgr8::CreateUserPicture if you want to display the picture of a user in a Windows form.

Return codes: 

  • S_OK: The method successfully executed.
  • E_INVALIDARG: One or more of the arguments are invalid.
  • E_EDM_NOT_LOGGED_IN: You must log in to the vault before calling this method.
 

See Also

Availability

SolidWorks Enterprise PDM 2013


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:   ShowUserPopup Method (IEdmUserMgr8)
*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) 2014 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.