Returns the current value of the specified identification property from the object in the application.
Example –
Sub GetROProperty_Example() 'The following example uses the GetROProperty method to retrieve ‘the Y coordinate of the AcxCheckBox object relative to the top left 'corner of the screen. Set Value = Browser("Flight").Page("Flight").AcxCheckBox("LogicalName").GetROProperty("abs_y") End Sub
Additional Reading
Understanding enigmatic TO and RO property