C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.BreadcrumbSupportClasses.BreadcrumbContainer

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
Add ( BreadcrumbControl control ) : void
BreadcrumbContainer ( ) : System.Collections.Generic
Clear ( ) : void
IndexOf ( BreadcrumbControl control ) : int
RemoveAt ( int index ) : void

Method Details

Add() public method

public Add ( BreadcrumbControl control ) : void
control BreadcrumbControl
return void

BreadcrumbContainer() public method

public BreadcrumbContainer ( ) : System.Collections.Generic
return System.Collections.Generic

Clear() public method

public Clear ( ) : void
return void

IndexOf() public method

public IndexOf ( BreadcrumbControl control ) : int
control BreadcrumbControl
return int

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void