Accusoft ImagXpress 12
CtlMove Method
See Also  Send comments on this topic.
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.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : CtlMove Method

Glossary Item Box

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:

  • when using ImagXpress as a COM object
  • when using the ImagXpress ActiveX control in a container that does not support the stock properties and methods.

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

See Also

ImagXpress Object  | ImagXpress Members  | Window and Control

©2013. Accusoft Corporation. All Rights Reserved.