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 System.Integer, _
ByVal PosX As System.Integer, _
ByVal PosY As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler9
Dim Id As System.Integer
Dim PosX As System.Integer
Dim PosY As System.Integer
instance.OnListboxRMBUp(Id, PosX, PosY) |
C# | |
---|
void OnListboxRMBUp(
System.int Id,
System.int PosX,
System.int PosY
) |
C++/CLI | |
---|
void OnListboxRMBUp(
& System.int Id,
& System.int PosX,
& System.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