CommandBarPopup.Top Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the top. This property is deprecated.
public:
property int Top { int get(); };
public:
property int Top { int get(); };
[System.Runtime.InteropServices.DispId(1610874919)]
public int Top { [System.Runtime.InteropServices.DispId(1610874919)] get; }
[<System.Runtime.InteropServices.DispId(1610874919)>]
[<get: System.Runtime.InteropServices.DispId(1610874919)>]
member this.Top : int
Public ReadOnly Property Top As Integer
Property Value
The top. This property is deprecated.
Implements
- Attributes
Remarks
This property throws a DeprecatedException when called.