[]
        
(Showing Draft Content)

Customizing Painting of Parts of the Component

You can customize the painting of various parts of the component's display by looking for events and painting (rendering) those parts the way you want.

The members that are used with custom painting include:

Member

Description

OnPaintTabStrip

Raises the PaintTabStrip event

OnPaintTabStripButton

Raises the PaintTabStripButton event

OnPaintTabStripTab

Raises the PaintTabStripTab event

PaintTabStrip event

Occurs when the TabStrip needs painting

PaintTabStripButton event

Occurs when a TabStrip button needs painting

PaintTabStripTab event

Occurs when a TabStrip tab needs painting

PaintTabStripEventArgs

Contains data related to this event

PaintTabStripButtonEventArgs

Contains data related to this event

PaintTabStripTabEventArgs

Contains data related to this event

See Also

Customizing the Sheet Appearance

Customizing the Dimensions of the Component

Customizing the Individual Sheet Appearance

Customizing the Appearance of a Cell

Customizing the Overall Component Appearance

Creating and Applying a Style for Cells

Using Conditional Formatting of Cells

Customizing the Display of the Pointer

Customizing the User Interface Images

Using XP Themes with the Component

Customizing the Renderers

Handling Right-to-Left Layouts

Text Rendering with GDI

Applying Theme to Customize the Appearance