'Declaration Public Sub DrawThemePart( _ ByVal themePart As ThemePart, _ ByVal rectangle As Rectangle _ )
'Usage Dim instance As SmartPaint Dim themePart As ThemePart Dim rectangle As Rectangle instance.DrawThemePart(themePart, rectangle)
Parameters
- themePart
- A Xceed.SmartUI.UIStyle.ThemePart value representing the theme part to draw. If ThemePart.None, no theme part will be drawn.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle in which to draw the theme part.