InputEvent.IsComposing
InputEvent.IsComposing property
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event. The un-initialized value of this attribute MUST be false.
public bool IsComposing { get; }
Property Value
true
if this instance is composing; otherwise, false
.
See Also
- class InputEvent
- package com.aspose.html.Dom.Events
- package Aspose.HTML