Ticket B3668
Visible to All Users

TcxButton - Add support for image lists (TcxImageList/TImageList/TCustomImageList)

created 19 years ago

It would be nice if any control (like tcxButton) that has a Glyph properity could use an image list

Show previous comments (1)
DevExpress Support Team 14 years ago

    Implementation details will follow shortly.

    DevExpress Support Team 14 years ago

      All the button's image settings have been moved to the persistent TcxButtonImageOptions, accessed via the button's OptionsImage property.
      Obsolete settings are retained for backward compatibility purposes, but they are not available in the Object Inspector.
      Button icons can be specified in one of the following ways:
      - The button’s Action.Images and Action.ImageIndex properties.
      - The button’s OptionsImage.Glyph property.
      - The button’s OptionsImage.Images (Action.Images) and OptionsImage.ImageIndex properties.
      The following override rules are applied to image settings:
      - The button’s OptionsImage.Glyph property overrides the Action.ImageIndex and OptionsImage.ImageIndex properties.
      - The button’s Action.ImageIndex property overrides the OptionsImage.ImageIndex property.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.