CommandBar.Top Property

Definition

Gets the top. This property is deprecated.

public:
 property int Top { int get(); void set(int value); };
public:
 property int Top { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610874907)]
public int Top { [System.Runtime.InteropServices.DispId(1610874907)] get; [System.Runtime.InteropServices.DispId(1610874907)] set; }
[<System.Runtime.InteropServices.DispId(1610874907)>]
[<get: System.Runtime.InteropServices.DispId(1610874907)>]
[<set: System.Runtime.InteropServices.DispId(1610874907)>]
member this.Top : int with get, set
Public Property Top As Integer

Property Value

The top. This property is deprecated.

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to