'Declaration Public Function HasScope( _ ByVal scopeToCheck As SectionScope _ ) As Boolean
'Usage Dim instance As Watermark Dim scopeToCheck As SectionScope Dim value As Boolean value = instance.HasScope(scopeToCheck)
public bool HasScope( SectionScope scopeToCheck )
Parameters
- scopeToCheck
- The SectionScope that will be checked.
Return Value
Returns true if the specified SectionScope is currently displaying the Watermark; returns false otherwise.