NetXP 3.0 Reference

CommandContextMenu.UpdatePosition Method 

Requests a repositioning of the menu.

[Visual Basic]
Public Sub UpdatePosition( _
   ByVal newPos As Point _
)
[C#]
public void UpdatePosition(
   Point newPos
);

Parameters

newPos
New position of the menu.

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace