FlexReport for WinForms
ClientAreaOnly プロパティ (Style)


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : ClientAreaOnly プロパティ
Gets or sets a value indicating whether just the client area of a System.Windows.Forms.Control/>, or the whole control, is rendered by the RenderImage object owning the current style.
シンタックス
'宣言
 
Public Property ClientAreaOnly As System.Boolean
'使用法
 
Dim instance As Style
Dim value As System.Boolean
 
instance.ClientAreaOnly = value
 
value = instance.ClientAreaOnly
public System.bool ClientAreaOnly {get; set;}
解説

A RenderImage can render an image of a System.Windows.Forms.Control/> if it is assigned to the RenderImage's "RenderObject.Control" property. ClientAreaOnly can be used to indicate that only the client area of that control should be rendered.

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is false.

参照

参照

Style クラス
Style メンバ