Calendar for WinForms | ComponentOne
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime.ImeCompositionWindow Class / WorkArea Property

In This Topic
    WorkArea Property (Ime.ImeCompositionWindow)
    In This Topic
    Gets or sets the work area of the composition window.
    Syntax
    'Declaration
     
    
    Public Property WorkArea As Rectangle
    public Rectangle WorkArea {get; set;}

    Property Value

    A System.Drawing.Rectangle indicates the work area.
    See Also