C# Class SidebarLibrary.Collections.MenuCommandCollection

Inheritance: CollectionWithEvents
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
_extraBackBrush System.Drawing.Brush
_extraBackColor Color
_extraFont System.Drawing.Font
_extraText string
_extraTextBrush System.Drawing.Brush
_extraTextColor Color

Méthodes publiques

Méthode Description
Add ( MenuCommand value ) : MenuCommand
AddRange ( MenuCommand values ) : void
Contains ( MenuCommand value ) : bool
IndexOf ( MenuCommand value ) : int
Insert ( int index, MenuCommand value ) : void
MenuCommandCollection ( ) : System
Remove ( MenuCommand value ) : void
VisibleItems ( ) : bool
this ( int index ) : MenuCommand
this ( string text ) : MenuCommand

Method Details

Add() public méthode

public Add ( MenuCommand value ) : MenuCommand
value SidebarLibrary.Menus.MenuCommand
Résultat SidebarLibrary.Menus.MenuCommand

AddRange() public méthode

public AddRange ( MenuCommand values ) : void
values SidebarLibrary.Menus.MenuCommand
Résultat void

Contains() public méthode

public Contains ( MenuCommand value ) : bool
value SidebarLibrary.Menus.MenuCommand
Résultat bool

IndexOf() public méthode

public IndexOf ( MenuCommand value ) : int
value SidebarLibrary.Menus.MenuCommand
Résultat int

Insert() public méthode

public Insert ( int index, MenuCommand value ) : void
index int
value SidebarLibrary.Menus.MenuCommand
Résultat void

MenuCommandCollection() public méthode

public MenuCommandCollection ( ) : System
Résultat System

Remove() public méthode

public Remove ( MenuCommand value ) : void
value SidebarLibrary.Menus.MenuCommand
Résultat void

VisibleItems() public méthode

public VisibleItems ( ) : bool
Résultat bool

this() public méthode

public this ( int index ) : MenuCommand
index int
Résultat SidebarLibrary.Menus.MenuCommand

this() public méthode

public this ( string text ) : MenuCommand
text string
Résultat SidebarLibrary.Menus.MenuCommand

Property Details

_extraBackBrush protected_oe property

protected Brush,System.Drawing _extraBackBrush
Résultat System.Drawing.Brush

_extraBackColor protected_oe property

protected Color _extraBackColor
Résultat Color

_extraFont protected_oe property

protected Font,System.Drawing _extraFont
Résultat System.Drawing.Font

_extraText protected_oe property

protected string _extraText
Résultat string

_extraTextBrush protected_oe property

protected Brush,System.Drawing _extraTextBrush
Résultat System.Drawing.Brush

_extraTextColor protected_oe property

protected Color _extraTextColor
Résultat Color