External Interfaces/API    
move

Move and/or resize an ActiveX control in its parent window.

Syntax

Arguments
h
   A MATLAB ActiveX control object.

pos
   A position.

Returns

The current position.

Description

move(h, position) moves the control to a new position;
position = move(h) returns the current position.

Example

This example moves the control.

This example resizes the control to always fill the figure. Execute the following in MATLAB or in some M-file:

Create the script resizectrl.m that contains


 load propedit