BrightIdeasSoftware.ObjectListView.EnableCustomSelectionColors C# (CSharp) Method

EnableCustomSelectionColors() public method

Setup the list so it will draw selected rows using custom colours.
This method makes the list owner drawn, and ensures that all columns have at least a BaseRender installed.
public EnableCustomSelectionColors ( ) : void
return void
        public virtual void EnableCustomSelectionColors()
        {
            this.UseCustomSelectionColors = true;
        }
ObjectListView