Hmm, mislim da nije moguce fabricki, nigde nema takav property, a i repaint metod izgleda ovako:
Code:
private void RepaintSplitterRect()
{
if (!base.IsHandleCreated)
{
return;
}
Graphics graphics1 = base.CreateGraphicsInternal();
if (this.BackgroundImage != null)
{
using (TextureBrush brush1 = new TextureBrush(this.BackgroundImage, WrapMode.Tile))
{
graphics1.FillRectangle(brush1, base.ClientRectangle);
}
}
else graphics1.FillRectangle(new SolidBrush(this.BackColor), this.splitterRect);
graphics1.Dispose();
}
sto ce reci iscrtava se filled rectangle koji je uvek "kockast"

Metod cak nije virtual tako da ne mozes ni da ubacis svoj rendering.
▪ The word 'politics' is derived from the word 'poly', meaning 'many', and the word 'ticks', meaning 'blood sucking parasites' - Larry Hardiman
▪ If the good guy gets the girl, it's rated PG; if the bad guy gets the girl, it's rated R; and if everybody gets the girl, it's rated X
▪ Illegal aliens have always been a problem in the United States. Ask any Native American