C# Class Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion

Region that allows a maximum of one active view at a time.
Inheritance: Microsoft.Practices.Composite.Presentation.Regions.Region
Mostra file Open project: nirzaf/EclipsePOS.WPF.SystemManager Class Usage Examples

Public Methods

Method Description
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.

Method Details

Activate() public method

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.
return void