Access product documentation, guides, articles, and support through a centralised space with intelligent search.
Get the support and resources you need with help from our expert team.
At Precisely, we've been empowering businesses like yours to make confident decisions built on trusted data for more than 50 years.
Experience a space where users and experts come together to find answers, share knowledge, and get more value from Precisely products.
AI confidence is high, but AI readiness tells a different story.
Welcome to the MapInfo Pro Developers community! We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.Please feel free to start a discussion in the discussion tab or join in a conversation.Product Information Ideas Portal MapInfo Community Downloads
Discussions
Members
Resources
Events
I am writing code to make a custom tab in the ribbon interface.
In each group, there is a little arrow thing in the bottom-right corner.
How do I get rid of it?
What is it even called?
Is it a "Dialog box launcher?"
Hi Nick,
I think it's called a "Launcher Button". You can turn it off using:
Call SetRbnCtrlGrpIsLauncherVisible(thisRibbonGroupRef, False)
James.
?
Thanks James!
That worked perfectly
If you are using the latest version of the RIBBONLib, Nick, the "Dialog Box Launcher" (which I think is the official Microsoft term of it) is hidden by default.
?If using the .net api there is a method on the IRibbonControlGroup
interface :
/// <summary>
/// Gets or sets the visibility of launcher button.
/// </summary>
bool IsLauncherVisible { get; set; }
Terms of Use LegalPrivacy NoticesTrademarks Your Privacy Choices California Privacy Notices Cookie Settings