Method CreateHeader
CreateHeader()
Creates and returns a new instance of a ListBoxHeader.
protected virtual ListBoxHeader CreateHeader()
Returns
- ListBoxHeader
A new instance of ListBoxHeader.
Remarks
This method is intended to be overridden in derived classes to provide a custom implementation of the ListBoxHeader. By default, it returns a new instance of ListBoxHeader.