PrintDocument for WinForms
FindByAnchorName メソッド (RenderObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : FindByAnchorName メソッド
The name of the anchor to search for.
OUT: contains the C1Anchor object with the specified name.
Searches the current collection for an object that contains an anchor with the specified name in its RenderObject.Anchors collection.
シンタックス
'宣言
 
Public Function FindByAnchorName( _
   ByVal anchorName As System.String, _
   ByRef anchor As C1Anchor _
) As RenderObject
'使用法
 
Dim instance As RenderObjectCollection
Dim anchorName As System.String
Dim anchor As C1Anchor
Dim value As RenderObject
 
value = instance.FindByAnchorName(anchorName, anchor)
public RenderObject FindByAnchorName( 
   System.string anchorName,
   out C1Anchor anchor
)

パラメータ

anchorName
The name of the anchor to search for.
anchor
OUT: contains the C1Anchor object with the specified name.

戻り値の型

Returns the found render object or null if not found.The object containing the specified anchor, or null if no object was found.
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ