XPTaskPane.GroupMoved Method
Called when a group has moved in the taskpane, or been resized.
[Visual Basic]Public Sub GroupMoved( _
ByVal
name As
String, _
ByVal
delta As
Integer, _
ByVal
top As
Integer _
)
Parameters
- name
- The name of the control.
- delta
- The amount of pixels it moved vertically.
- top
- The top position of the control.
See Also
XPTaskPane Class | NETXP.Controls.TaskPane Namespace