'宣言 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;}
'宣言 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.