Why RibbonBar Button DropDown Items are not showing up?
- · Dainis
- Beta Testing
- Thursday, 2 April 2020 07:09 AM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
ll_Ret = rbb_1.GetItem(ll_Handle_LB, lr_LargeButton)
IF ll_Ret = 1 THEN
lr_LargeButton.Tag = "MyTag"
rbb_1.SetLargeButton (ll_Handle_LB, lr_LargeButton)
RibbonMenu lr_Menu
lr_Menu.InsertItemLast ("Add", "AddSmall!", "")
lr_Menu.InsertItemLast ("MenuItem11", "AddSmall!", "")
lr_Menu.InsertItemLast ("MenuItem12", "AddSmall!", "")
lr_LargeButton.SetMenu(lr_Menu)
rbb_1.SetLargeButton (ll_Handle_LB, lr_LargeButton)
END IF