BrightIdeasSoftware.ObjectListView.EnableCustomSelectionColors C# (CSharp) 메소드

EnableCustomSelectionColors() 공개 메소드

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
리턴 void
        public virtual void EnableCustomSelectionColors()
        {
            this.UseCustomSelectionColors = true;
        }
ObjectListView