'宣言 Public Property Control As System.Windows.Forms.Control
public System.Windows.Forms.Control Control {get; set;}
'宣言 Public Property Control As System.Windows.Forms.Control
public System.Windows.Forms.Control Control {get; set;}
現在の RenderImageオブジェクトの RenderObject.Styleの ClientAreaOnlyプロパティは、コ ントロール全体またはそのクライアント領域のみがレンダリングされるかどうかを決定します。
このプロパティは、ユーザー入力に使用できる実際のコントロールではなく、指定したコントロールを表す視覚的な画像のみを現在のオブジェクトにレンダリングさせることに注意してください。実際のコントロール動作については、 RenderInputBaseと派生クラスを参照してください。