Description
Returns whether the XPosition and YPosition properties hold valid positional information.
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsXYPositionValid
The IsXYPositionValid Property syntax has these parts: |
| object | An expression evaluating to an object of type McFrame. | Remarks
Returns whether the positional properties have been set. The X/Y positional properties do not check the values for validity, but they must have been set to be valid (there is no default position).
|