Home > Software engineering >  How to get rid of the option selected by dotted box
How to get rid of the option selected by dotted box

Time:09-27

How to remove the dotted box after the option selected, in addition to using shift focus to see there is no better way,

CodePudding user response:

Settings Tab properties (or TabIndex I forgot -_ - | |), the smaller the attribute selected the higher priority

CodePudding user response:

This is the unified style of the Windows standard controls, like text box focus will flash standard,
Want to and standard controls have a different style, need your own redo a custom Option controls,

CodePudding user response:

Please refer to:
 Option Explicit 

Private Sub Form_Load ()
Text1. Move 0 - Text1. Height, ' 'Text1 removed form the outer
End Sub

Private Sub Option1_Click (Index As an Integer)
Text1. SetFocus focus' transfer immediately after each click
End Sub



.

CodePudding user response:

When I didn't say...
  • Related