'宣言 Public Function IsPageLoading( _ ByVal pageIndex As System.Integer _ ) As System.Boolean
'使用法 Dim instance As C1DocumentSource Dim pageIndex As System.Integer Dim value As System.Boolean value = instance.IsPageLoading(pageIndex)
public System.bool IsPageLoading( System.int pageIndex )
パラメータ
- pageIndex
- 0-based page index.
戻り値の型
true if page is currently loading, false otherwise.