RemoteParticipantComposingChangedEventArgs.IsComposing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if the remote participant is currently composing a message.
public:
property bool IsComposing { bool get(); };
bool IsComposing();
public bool IsComposing { get; }
var boolean = remoteParticipantComposingChangedEventArgs.isComposing;
Public ReadOnly Property IsComposing As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the remote participant is currently composing a message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|