Add DocTest Form for Editing DocValues
This commit is contained in:
@@ -192,4 +192,11 @@ Public Class frmMain
|
||||
Dim oParentRibbon As RibbonControl = TryCast(sender, RibbonControl)
|
||||
oParentRibbon.StatusBar.UnMergeStatusBar()
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonItem3_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem3.ItemClick
|
||||
Dim frm As New frmDocTest With {
|
||||
.MdiParent = DocumentManager.MdiParent
|
||||
}
|
||||
frm.Show()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user