Class TextFromUserParams
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