RadDock - hide the close button

This code snippet will hide the close button on a Telerik Winforms RadDock control
For Each oDocumentWindow As HostWindow In RadDock1.DockWindows
    If oDocumentWindow.Controls.Count > 0 Then
        oDocumentWindow.DocumentButtons = 0
    End If
Next

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences