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
파일 보기 프로젝트 열기: nirzaf/EclipsePOS.WPF.SystemManager 1 사용 예제들

공개 메소드들

메소드 설명
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