* .NormalImage - The image displayed on the control when it is not disabled
* .DisabledImage - The image displayed on the control when it is disabled
* .NormalTip - The screen tip displayed when the control is not disabled, see below
* .DisabledTip - The screen tip displayed when the control is disabled
* .SubMenu - Not applicable for many controls, however for those it is (e.g. RibbonDoubleButton and RibbonThirdLabel) is the context menu shown when the expand arrow is clicked and the control is not disabled
* .IsDefaultQuickAccessButton - if true shows the control on the Quick Access Toolbar at application startup (also used during resetting the Quick Access Toolbar)
* .IsDefaultQuickAccessMenuButton - if true shows on the Quick Access Toolbar configuration menu
* .IsEnabled - disables or enables the control, can generate multiple events due to switching between normal/disabled image and tip
* .IsSelected - selects or de-selects the control, the control is coloured differently when selected indicating its selection
* .ControlID - a unique GUID used for Quick Access Toolbar persistance
* .Text - The text label shown on the control; for multiline controls using the | character indicates the line break