ControlGroupPopup Property
Description
The ControlGroupPopup property returns a CommandBarPopup that contains all of the CommandBarControl items for a group button when there is not enough room to display the items in the group.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property ControlGroupPopup() As [CommandBarPopup](XtremeCommandBars~CommandBarPopup.md)
Remarks
A single group button will be displayed if there is not enough room to display the items in the group. A group popup is displayed when the button is clicked. The popup contains all the items in the group. When a group button is clicked, a ControlGroupPopup is displayed that contains the items of the group.
The IconId specifies the Id of the image to use for the group button that is displayed when there is not enough room to display the items in the group. The picture below shows several group buttons with images. No image will be displayed for the group button if IconId is not set.

See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.