Entry.ReturnType 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.
Determines what the return key on the on-screen keyboard should look like. This is a bindable property.
public:
property Microsoft::Maui::ReturnType ReturnType { Microsoft::Maui::ReturnType get(); void set(Microsoft::Maui::ReturnType value); };
public Microsoft.Maui.ReturnType ReturnType { get; set; }
member this.ReturnType : Microsoft.Maui.ReturnType with get, set
Public Property ReturnType As ReturnType