2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Functionality of caption buttonThe functionalities of the caption buttons in the docked control can be disabled by cancelling its click event. C# this.dockingManager1.CaptionButtons[0].Click += new CancelEventHandler(button1_Click); this.dockingManager1.CaptionButtons[1].Click += new CancelEventHandler(button1_Click); this.dockingManager1.CaptionButtons[2].Click += new CancelEventHandler(button1_Click); this.dockingManager1.CaptionButtons[3].Click += new CancelEventHandler(button1_Click); void button1_Click(object sender, CancelEventArgs e) { e.Cancel = true; }
VB AddHandler dockingManager1.CaptionButtons(0).Click, AddressOf button1_Click AddHandler dockingManager1.CaptionButtons(1).Click, AddressOf button1_Click AddHandler dockingManager1.CaptionButtons(2).Click, AddressOf button1_Click AddHandler dockingManager1.CaptionButtons(3).Click, AddressOf button1_Click Private Sub button1_Click(ByVal sender As Object, ByVal e As CancelEventArgs) e.Cancel = True End Sub
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.