This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing articles
Microsoft Active Accessibility is within the scope of WikiProject Disability. For more information, visit the project page, where you can join the project and/or contribute to the discussion.DisabilityWikipedia:WikiProject DisabilityTemplate:WikiProject DisabilityDisability articles
This article is within the scope of WikiProject Microsoft, a collaborative effort to improve the coverage of articles relating to Microsoft on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.MicrosoftWikipedia:WikiProject MicrosoftTemplate:WikiProject MicrosoftMicrosoft articles
This article is within the scope of WikiProject Microsoft Windows, a collaborative effort to improve the coverage of Microsoft Windows on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Microsoft WindowsWikipedia:WikiProject Microsoft WindowsTemplate:WikiProject Microsoft WindowsMicrosoft Windows articles
This article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.SoftwareWikipedia:WikiProject SoftwareTemplate:WikiProject Softwaresoftware articles
Latest comment: 8 years ago1 comment1 person in discussion
The statement in the limitations section about split buttons is inaccurate. Split buttons were well known at the time, having been part of Office 95. The design of MSAA was not to have a specific-role for every possible type of UI element, but to accommodate complex elements by breaking down complex elements into simpler ones.
A traditional split button UI control would have two sections - one with text and possibly an icon. Next to that would be a icon of a down arrow or similar. Activating the textual portion would perform the default action of the button. Activating the down arrow portion would activate a drop down menu.
Thus, an implementation of a split button control could expose two MSAA objects, either both with a accRole of ROLE_SYSTEM_PUSHBUTTON, or just the text/icon portion would be a ROLE_SYSTEM_PUSHBUTTON. Then the down arrow portion would be exposed as a ROLE_SYSTEM_BUTTONMENU.