Hi @Mansour_Dalir ,
Adding Browsable
and Editor
attributes to the property.
<System.ComponentModel.Browsable(True)>
<System.ComponentModel.Editor(GetType(System.ComponentModel.Design.MultilineStringEditor), GetType(System.Drawing.Design.UITypeEditor))>
Public Property _Text As String
Get
Return txtNorTarget.Text
End Get
Set(value As String)
txtNorTarget.Text = value
End Set
End Property
Best Regards.
Jiachen Li
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.