AnimatGuiCtrls.Controls.DropDownControlBase.OnPaintContent C# (CSharp) Method

OnPaintContent() protected method

Paints the content in the editable portion of the control, providing additional measurements and operations.
protected OnPaintContent ( DropDownPaintEventArgs e ) : void
e DropDownPaintEventArgs
return void
        protected virtual void OnPaintContent(DropDownPaintEventArgs e)
        {
            if (PaintContent != null) PaintContent(this, e);
        }