PrintDocument for WinForms
Control プロパティ (RenderImage)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderImage クラス : Control プロパティ
Gets or sets a System.Windows.Forms.Control object, an image of which is rendered by the current RenderImage object.
シンタックス
'宣言
 
Public Property Control As System.Windows.Forms.Control
'使用法
 
Dim instance As RenderImage
Dim value As System.Windows.Forms.Control
 
instance.Control = value
 
value = instance.Control
public System.Windows.Forms.Control Control {get; set;}
解説

The Style.ClientAreaOnly property on the RenderObject.Style of the current RenderImage object determines whether the whole control, or just its client area, is rendered.

Note that this property does not cause the current object to render a real live control that can be used for user input, only a visual image representing the specified control. For real control behavior, see RenderInputBase and derived classes.

参照

RenderImage クラス
RenderImage メンバ