ProtectedViewWindow.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 or sets a value that represents the distance, in points, from the top edge of the specified Protected View window to the top edge of the usable area.
public:
property double Top { double get(); void set(double value); };
public double Top { get; set; }
Public Property Top As Double
Property Value
The distance, in points, from the top edge of the specified Protected View window to the top edge of the usable area.
Remarks
Read/write.
You cannot set this property for a maximized Protected View window. Use the WindowState property to return or set the state of the window.