|
ScreenAreaTopMostBound Property
|
Gets the least "y" coordinate of all screens on the system
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static int TopMostBound { get; }
Public Shared ReadOnly Property TopMostBound As Integer
Get
public:
static property int TopMostBound {
int get ();
}
static member TopMostBound : int with get
GSF.Windows.Forms.ScreenArea.get_TopMostBound = function();
View SourceReturn Value
Int32The smallest visible "y" screen coordinate
See Also