RadioButtonRenderer.DrawParentBackground(Graphics, Rectangle, Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定区域中绘制控件的父级的背景。
public:
static void DrawParentBackground(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::Control ^ childControl);
public static void DrawParentBackground (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl);
static member DrawParentBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.Control -> unit
Public Shared Sub DrawParentBackground (g As Graphics, bounds As Rectangle, childControl As Control)
参数
- childControl
- Control
将绘制其父控件的背景的控件。
注解
如果在操作系统中启用视觉样式,并且视觉样式应用于当前应用程序,则此方法将绘制选项按钮 (也称为单选按钮,) 当前视觉样式。 否则,此方法将使用经典Windows样式绘制选项按钮。