ObjectsListTIsApplicable(Int32, Int32) Method
Returns if the given page can be handled by the current instance of an object, otherwise .
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool IsApplicable(
int startingFromPage,
int pageIndex
)
Public Function IsApplicable (
startingFromPage As Integer,
pageIndex As Integer
) As Boolean
public:
bool IsApplicable(
int startingFromPage,
int pageIndex
)
member IsApplicable :
startingFromPage : int *
pageIndex : int -> bool
- startingFromPage Int32
- pageIndex Int32
- Page index to determine result for.
BooleanReturns
if the given page can be handled by the current instance of an object, otherwise
.