'宣言 Public Function GotoAnchor( _ ByVal anchorName As System.String _ ) As System.Boolean
'使用法 Dim instance As C1PreviewPane Dim anchorName As System.String Dim value As System.Boolean value = instance.GotoAnchor(anchorName)
public System.bool GotoAnchor( System.string anchorName )
パラメータ
- anchorName
- The name of the anchor.
戻り値の型
true if the anchor was found, false otherwise.