ClassChatInputAreaMoreButtonView
Class
Represents a view which displays the additional actions that can be performed within the input area like attaching a file or opening the camera app.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatInputAreaMoreButtonView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatInputAreaMoreButtonView
Implements:
Inherited Members
Constructors
ChatInputAreaMoreButtonView()
Declaration
cs-api-definition
public ChatInputAreaMoreButtonView()
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides