Called when the right-mouse button is released in a list box on this PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnListboxRMBUp( _
ByVal Id As Integer, _
ByVal PosX As Integer, _
ByVal PosY As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler9
Dim Id As Integer
Dim PosX As Integer
Dim PosY As Integer
instance.OnListboxRMBUp(Id, PosX, PosY)
|
C# | |
---|
void OnListboxRMBUp(
int Id,
int PosX,
int PosY
) |
C++/CLI | |
---|
void OnListboxRMBUp(
& int Id,
& int PosX,
& int PosY
) |
Parameters
- Id
- ID of the list box
- PosX
- X coordinate of the right-mouse button menu
- PosY
- Y coordinate of the right-mouse button menu
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0