Accusoft ImagXpress 13
CtlMove Method
Specifies the controls left position in pixels.
Specifies the controls top position in pixels.
Specifies the controls width in pixels.
Specifies the controls height in pixels.
Description
Moves the control window.
Syntax
Visual Basic
Public Sub CtlMove( _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal width As Long, _
   ByVal height As Long _
) 
Parameters
left
Specifies the controls left position in pixels.
top
Specifies the controls top position in pixels.
width
Specifies the controls width in pixels.
height
Specifies the controls height in pixels.
Remarks

This property is provided as a replacement for the stock ActiveX Move method. The stock ActiveX properties and methods are not available:

In these cases, use CtlMove to move the control window.

See Also

ImagXpress Object  | ImagXpress Members  | Window and Control

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback