J
JH
I am attempting to enable double buffering for a panel
control. The SetStyle method of the panel control is
protected, so I am attempting to access it by writing a
special panel class that inherits from
System.Windows.Forms.Panel.
But from there I am not sure how to access the protected
member SetStyle to set DoubleBuffer to true. Can anyone
point me in the right direction? Some code example would
be extremely helpful to me.
Thanks
JH
control. The SetStyle method of the panel control is
protected, so I am attempting to access it by writing a
special panel class that inherits from
System.Windows.Forms.Panel.
But from there I am not sure how to access the protected
member SetStyle to set DoubleBuffer to true. Can anyone
point me in the right direction? Some code example would
be extremely helpful to me.
Thanks
JH