'Declaration <EditorBrowsableAttribute(EditorBrowsableState.Never)> Protected Overrides Sub PaintBordersCore( _ ByVal graphics As Graphics, _ ByVal windowRectangle As Rectangle _ )
'Usage Dim instance As ComboBoxTextBoxArea Dim graphics As Graphics Dim windowRectangle As Rectangle instance.PaintBordersCore(graphics, windowRectangle)
[EditorBrowsable(EditorBrowsableState.Never)] protected override void PaintBordersCore( Graphics graphics, Rectangle windowRectangle )
Parameters
- graphics
- windowRectangle