C# Класс Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion

Region that allows a maximum of one active view at a time.
Наследование: Microsoft.Practices.Composite.Presentation.Regions.Region
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Activate ( object view ) : void

Marks the specified view as active.

If there is an active view before calling this method, that view will be deactivated automatically.

Описание методов

Activate() публичный Метод

Marks the specified view as active.
If there is an active view before calling this method, that view will be deactivated automatically.
public Activate ( object view ) : void
view object The view to activate.
Результат void