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

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

    Property Value

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