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

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

    Parameters

    position
    A System.Drawing.Point indicates the position of the window.
    See Also