Sorry, but there are no more tags available to filter with.
-
Currently, i think the only way to do programmatically float a TabPage is to add the TabPage to a new DockingTab and use the method you mentioned for the CommandDock (the CommandDock cannot float a TabPage by itself) Dim floatTab As New C1DockingTab floatTab.TabPages.Add(C1DockingTabPage1) C1CommandDock1...
Page 1 of 1 (1 items)