[**Article URL**](https://learn.microsoft.com/en-us/javascript/api/word/word.range?view=word-js-preview#word-word-range-insertcontentcontrol-member(1)) **Describe the problem** Regardless of what API consumer passes to Word.Range.insertContentControl(…), it will always insert a RichText content control. What was attempted to arrive at this conclusion: - Attempted to use a member of Word.ContentControlType enum - didn’t work - Attempted to pass a string argument (“CheckBox”, “DropDownList”, “ComboBox”) - didn’t work - Ran isolated experiment - didn’t work API version: ^1.1.86 **Screenshots** -/-