I am creating a User control containing a toolbar, an UltraWinGrid and some buttons.
I would like to add the options to display the Designer and layout wizard to the control's Smart tag items.
Like:
items.Add(New DesignerActionHeaderItem("Data Grid"))
items.Add(New DesignerActionMethodItem(Me, "ShowGridDesigner", "Design", "Data Grid", "Shows the design dialog", True))
Public Sub ShowGridDesigner()
_myUserControl.DataUltraGrid.ShowDesigner()
End Sub
What I need, is to find a method like ShowColumnChooser but for the Designer and the Layout wizard.
Thanks in advance for your help.
Hi Apollo,
Did you ever find out the answer to this? I have put an ultracombo into a user control, and would like to launch the designer on that - so this answer would help!
Thanks!
James
I don't beleive this is possible.