ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / PositionWindow Method / PositionWindow(Point,Rectangle) Method
A System.Drawing.Point indicates the position of the window.
A System.Drawing.Rectangle indicates the work area of the window.

In This Topic
    PositionWindow(Point,Rectangle) Method
    In This Topic
    Adjustes the window position, and workArea.
    Syntax
    'Declaration
     
    
    Public Overloads Sub PositionWindow( _
       ByVal position As Point, _
       ByVal workArea As Rectangle _
    ) 
    public void PositionWindow( 
       Point position,
       Rectangle workArea
    )

    Parameters

    position
    A System.Drawing.Point indicates the position of the window.
    workArea
    A System.Drawing.Rectangle indicates the work area of the window.
    See Also