C# Class SidebarLibrary.Collections.RebarBandCollection

Summary description for RebarBandCollection.
Inheritance: IEnumerable
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
Add ( Control control ) : int
Clear ( ) : void
Contains ( Control control ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( Control control ) : int
RaiseChanged ( ) : void
Remove ( Control control ) : void
RemoveAt ( int index ) : void
this ( int index ) : Control

Method Details

Add() public method

public Add ( Control control ) : int
control System.Windows.Forms.Control
return int

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Control control ) : bool
control System.Windows.Forms.Control
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( Control control ) : int
control System.Windows.Forms.Control
return int

RaiseChanged() public method

public RaiseChanged ( ) : void
return void

Remove() public method

public Remove ( Control control ) : void
control System.Windows.Forms.Control
return void

RemoveAt() public method

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

this() public method

public this ( int index ) : Control
index int
return System.Windows.Forms.Control