Spread Windows Forms 12.0 Product Documentation
Customizing the User Interface Images
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Customizing Sheet Interaction > Customizing Interaction with the Overall Component > Customizing the User Interface Images

You can customize various images in the user interface by selecting your own custom images and applying them to replace default images. The parts of the user interface that you can customize are:

Hierarchy Icons

Sort and Filter Indicators

To determine the images for these parts of the user interface, use the GetImage and SetImage methods in the SpreadView class. The various fields of the SpreadView class allow you to specify to which part of the interface the graphic image is assigned. These images can be set at run time only, not at design time.

For an example of these methods refer to the examples given for the individual fields:

To reset an image back to a Spread default image, simply set the image value to null in the SetImage method.

Another way to set the images for the filtering and sorting indicators, is to override the PaintFilterIndicator and PaintSortIndicator methods in the CellType ColumnHeaderRenderer class. For more information, refer to:

For more information about features, see the following topics: