Table of Contents

Class TextFromUserParams

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains properties which allow to customize dialog box which asks a text value from the user.

public class TextFromUserParams : ValueFromUserParams<string?>, IBaseObject
Inheritance
TextFromUserParams
Implements