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 スタイルでオプション ボタンを描画します。