GetByViewScreen

ViewCollection.GetByViewScreen method

Searches for a View with the specified Screen property, and returns the first occurrence within the collection.

public View GetByViewScreen(ViewScreen screen)
ParameterTypeDescription
screenViewScreenViewScreen enumeration value.

Return Value

The first View in collection which Screen property matches the specified screen argument, if found; otherwise, null.

See Also