Class TypingIndicator
Represents a control that displays a "Typing..." indicator with an animated ellipsis. This control is typically used in chat applications to show when another participant is composing a message.
Inheritance
System.Object
TypingIndicator
Implements
System.IDisposable
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class TypingIndicator : Control, IDisposable
Constructors
TypingIndicator()
Initializes a new instance of the TypingIndicator class. Sets up the background color, the animation timer, and starts the animation.
Declaration
public TypingIndicator()
Properties
Author
Gets or sets the author associated with this typing indicator. This property is hidden from the designer and is intended for internal use to associate the indicator with a specific user.
Declaration
public Author Author { get; set; }
Property Value
| Type |
|---|
| Author |
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
Dispose(Boolean)
Disposes of the resources
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | True to release both managed and unmanaged resources |
OnSizeChanged(EventArgs)
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e |
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e |
Implements
System.IDisposable