One way to change a tab names is to double click on the tab.
I want to get into edit mode by right click on a tab and select Change name in a context menu.
How do I call edit mode from a context menu to get tab name to change the name?
Regards
Thomas Ellingsen
Hi,
Can you send a sample in vb.net?
I have trying created a class but it not working. Startedit is not a member of 'TabControlAdv'.
TabControlAdv1.LabelEdit = True
TabControlAdv1.startedit()
and my class
Public Class MyTabcontrol
Inherits Syncfusion.Windows.Forms.Tools.TabControlAdv
Public Sub New()
MyBase.New()
End Sub
'Sets the TabPageAdv in the edit mode.
Public Sub StartEdit()
StartLabelEdit()
End Sub
End Class
Access Denied
Can not download files.
Regards
Thomas Ellingsen
Have tested the sample now and it works great. Thanks for helping.