Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement emoji:TextBox #28

Open
samhocevar opened this issue Jan 18, 2021 · 0 comments
Open

Implement emoji:TextBox #28

samhocevar opened this issue Jan 18, 2021 · 0 comments

Comments

@samhocevar
Copy link
Owner

emoji:RichTextBox already has a Text property that makes it an acceptable emoji-aware replacement for standard TextBox. However an emoji:TextBox class may make things less confusing for users. Here is a short to-do list:

  • inherit from emoji:RichTextBox (I can think of no other way to display images)
  • (optionally) inherit from TextBox instead but still use an emoji:RichTextBox internally
  • disable style commands (CtrlB etc.)
  • disable style and formatting in copy/paste operations
  • hide the Document property and related events
  • implement and enforce standard TextBox properties: MaxLength, MaxLines etc.

Documentation:

@samhocevar samhocevar changed the title Implement emoji:TextBox Implement emoji:TextBox Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant