KeyboardEvent.IsComposing
KeyboardEvent.IsComposing property
true if the key 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 KeyboardEvent
- namespace Aspose.Svg.Dom.Events
- assembly Aspose.SVG