i don’t want this text cursor. how to make it works like image button?
i disabled ClearTextOnFocus and TextEditable.
When the cursor is hovering on the textbox, change the cursor icon to the default one.
You can make an event that detects when the cursor icon is changed, then changes the cursor icon back to the default one.
Why are you using a TextBox
for a Button?
Just replace it with a TextButton
i using TextButton. the picture is a TextButton.
NVM my mistake. it was textbox. thanks!
the way can’t disabled text select with blue box like the picture i uploaded.