PartPainted in vb.net
What is the equivalent procedure or function or code of PartPainted (c#)
in vb.net? Here is a sample snippet of the code in c# but when I convert
it to vb.net code, the PartPainted is not known function.
if (PartPainted(paintParts, DataGridViewPaintParts.ContentForeground))
No comments:
Post a Comment