Hello,
We used Ultra Win Drop down control in our code that was used to popup the user control in the parent menu.But This seems not working in the new versions. Are the below properties (PopupItemKey,PopupItemProvider) removed now in the new version?. At the run time, After executing the below codes in the debug mode, the values of the PopupItemKey and PopupItemProvides shows as Nothing.
cmdColourDropDown.PopupItemKey = "LocateMap"
cmdColourDropDown.PopupItemProvider = Me.mnuPluginMain
The below code which populates mnuPluginMain. (MnuPluginMain is UltraToolBarManager).
Dim PopupControlContainerTool1 As Infragistics.Win.UltraWinToolbars.PopupControlContainerTool = New Infragistics.Win.UltraWinToolbars.PopupControlContainerTool("LocateMap") Dim Appearance1 As Infragistics.Win.Appearance = New Infragistics.Win.Appearance
PopupControlContainerTool1.Control = Me.ctlColourPicker
Appearance1.BackColor = System.Drawing.Color.Transparent
PopupControlContainerTool1.PopupAppearance = Appearance1
PopupControlContainerTool1.SharedProps.Caption = MyRes.TXT_MapColour
mnuPluginMain.Tools.Add(PopupControlContainerTool1)
Please give your inputs.
Thanks Sickandar
