C# 클래스 SilverlightMappingToolBasic.UI.SuperGraph.View.BreadcrumbSupportClasses.BreadcrumbContainer

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
Add ( BreadcrumbControl control ) : void
BreadcrumbContainer ( ) : System.Collections.Generic
Clear ( ) : void
IndexOf ( BreadcrumbControl control ) : int
RemoveAt ( int index ) : void

메소드 상세

Add() 공개 메소드

public Add ( BreadcrumbControl control ) : void
control BreadcrumbControl
리턴 void

BreadcrumbContainer() 공개 메소드

public BreadcrumbContainer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

IndexOf() 공개 메소드

public IndexOf ( BreadcrumbControl control ) : int
control BreadcrumbControl
리턴 int

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void