public void DrawCaptionBarBackground(
Rectangle r,
Graphics g
)Public Sub DrawCaptionBarBackground (
r As Rectangle,
g As Graphics
)public:
void DrawCaptionBarBackground(
Rectangle r,
Graphics^ g
)member DrawCaptionBarBackground :
r : Rectangle *
g : Graphics -> unit