PrintDocument for WinForms
FindByObject(RenderObject,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragmentCollection クラス > FindByObject メソッド : FindByObject(RenderObject,Boolean) メソッド
The render object to search for.
If true then fragment also will be searched in the RenderFragment.Children collections of the objects contained in this collection.
Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
シンタックス
'宣言
 
Public Overloads Function FindByObject( _
   ByVal ro As RenderObject, _
   ByVal findInChildren As System.Boolean _
) As RenderFragment
'使用法
 
Dim instance As RenderFragmentCollection
Dim ro As RenderObject
Dim findInChildren As System.Boolean
Dim value As RenderFragment
 
value = instance.FindByObject(ro, findInChildren)
public RenderFragment FindByObject( 
   RenderObject ro,
   System.bool findInChildren
)

パラメータ

ro
The render object to search for.
findInChildren
If true then fragment also will be searched in the RenderFragment.Children collections of the objects contained in this collection.

戻り値の型

The fragment that was produced by ro, or null if it was not found.
参照

RenderFragmentCollection クラス
RenderFragmentCollection メンバ
オーバーロード一覧