ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeWindow Class / Position Property

In This Topic
    Position Property (Ime.ImeWindow)
    In This Topic
    Gets or sets the position of the ime window.
    Syntax
    'Declaration
     
    
    Public MustOverride Property Position As Point
    public abstract Point Position {get; set;}

    Property Value

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