Click or drag to resize

GH_WindowsFormUtilCenterFormOnWindow Method

Overload List
  NameDescription
Public methodStatic memberCenterFormOnWindow(Form, Form, Boolean)
Positions a Form so that it is centered on the supplied window. If the window doesn't exist or is hidden, the form will be centered on the screen instead.
Public methodStatic memberCenterFormOnWindow(Window, Window, Boolean)
Positions a Form so that it is centered on the supplied window. If the window doesn't exist or is hidden, the form will be centered on the screen instead.
Top
See Also