C# Class SidebarLibrary.Collections.MenuCommandCollection

Inheritance: CollectionWithEvents
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
_extraBackBrush System.Drawing.Brush
_extraBackColor Color
_extraFont System.Drawing.Font
_extraText string
_extraTextBrush System.Drawing.Brush
_extraTextColor Color

Public Methods

Method 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 method

public Add ( MenuCommand value ) : MenuCommand
value SidebarLibrary.Menus.MenuCommand
return SidebarLibrary.Menus.MenuCommand

AddRange() public method

public AddRange ( MenuCommand values ) : void
values SidebarLibrary.Menus.MenuCommand
return void

Contains() public method

public Contains ( MenuCommand value ) : bool
value SidebarLibrary.Menus.MenuCommand
return bool

IndexOf() public method

public IndexOf ( MenuCommand value ) : int
value SidebarLibrary.Menus.MenuCommand
return int

Insert() public method

public Insert ( int index, MenuCommand value ) : void
index int
value SidebarLibrary.Menus.MenuCommand
return void

MenuCommandCollection() public method

public MenuCommandCollection ( ) : System
return System

Remove() public method

public Remove ( MenuCommand value ) : void
value SidebarLibrary.Menus.MenuCommand
return void

VisibleItems() public method

public VisibleItems ( ) : bool
return bool

this() public method

public this ( int index ) : MenuCommand
index int
return SidebarLibrary.Menus.MenuCommand

this() public method

public this ( string text ) : MenuCommand
text string
return SidebarLibrary.Menus.MenuCommand

Property Details

_extraBackBrush protected_oe property

protected Brush,System.Drawing _extraBackBrush
return System.Drawing.Brush

_extraBackColor protected_oe property

protected Color _extraBackColor
return Color

_extraFont protected_oe property

protected Font,System.Drawing _extraFont
return System.Drawing.Font

_extraText protected_oe property

protected string _extraText
return string

_extraTextBrush protected_oe property

protected Brush,System.Drawing _extraTextBrush
return System.Drawing.Brush

_extraTextColor protected_oe property

protected Color _extraTextColor
return Color