How to: Reference a Custom Property that Has the Same Name as a Built-in Property of the Control

Outlook Developer Reference

Assume a new control has a Top property that is different from the standard Top property in Microsoft Forms. You can use either property, based on the syntax:

-

<table>
<tbody>
<tr class="odd">
<td><pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml">

control.Top

uses the standard **Top** property.
  • 
    

    control.Object.Top

    uses the **Top** property from the added control.