_Explorer.Top Property

Returns or sets an Integer (int in C#) value indicating the position (in pixels) of the top horizontal edge of an explorer window from the edge of the screen. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Top As Integer
    Get
    Set
'Usage
Dim instance As _Explorer
Dim value As Integer

value = instance.Top

instance.Top = value
[DispIdAttribute()]
int Top { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace