ClassPromptInputMoreButtonView
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.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PromptInputMoreButtonView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewPromptInputMoreButtonView
Implements:
Inherited Members
Constructors
PromptInputMoreButtonView()
Declaration
cs-api-definition
public PromptInputMoreButtonView()
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides