C# Class System.Windows.Forms.ControlCollection

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Control item ) : void
AddRange ( Control InControls ) : void
Clear ( ) : void
Contains ( Control item ) : bool
ControlCollection ( NSView view ) : System
CopyTo ( Control array, int arrayIndex ) : void
GetAllControls ( ) : System.Windows.Forms.Control[]
IndexOf ( Control item ) : int
Insert ( int index, Control item ) : void
Remove ( Control item ) : bool
RemoveAt ( int index ) : void
SetTab ( ) : void
this ( int index ) : Control

Method Details

Add() public méthode

public Add ( Control item ) : void
item Control
Résultat void

AddRange() public méthode

public AddRange ( Control InControls ) : void
InControls Control
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Control item ) : bool
item Control
Résultat bool

ControlCollection() public méthode

public ControlCollection ( NSView view ) : System
view NSView
Résultat System

CopyTo() public méthode

public CopyTo ( Control array, int arrayIndex ) : void
array Control
arrayIndex int
Résultat void

GetAllControls() public méthode

public GetAllControls ( ) : System.Windows.Forms.Control[]
Résultat System.Windows.Forms.Control[]

IndexOf() public méthode

public IndexOf ( Control item ) : int
item Control
Résultat int

Insert() public méthode

public Insert ( int index, Control item ) : void
index int
item Control
Résultat void

Remove() public méthode

public Remove ( Control item ) : bool
item Control
Résultat bool

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SetTab() public méthode

public SetTab ( ) : void
Résultat void

this() public méthode

public this ( int index ) : Control
index int
Résultat Control