C# Class SidebarLibrary.Menus.MenuCommand

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
_break bool
_checked bool
comboBox System.Windows.Forms.ComboBox
enabled bool
image System.Drawing.Bitmap
imageIndex int
imageList System.Windows.Forms.ImageList
infrequent bool
menuItems SidebarLibrary.Collections.MenuCommandCollection
radioCheck bool
realOwner Object
shortcut Shortcut
text string
userData object
visible bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MenuCommand ( ) : System
MenuCommand ( ComboBox comboBox ) : System
MenuCommand ( string text ) : System
MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
MenuCommand ( string text, EventHandler clickHandler ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
MenuCommand ( string text, Shortcut shortcut ) : System
MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
OnClick ( EventArgs e ) : void
OnUpdate ( EventArgs e ) : void

Méthodes protégées

Méthode Description
InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void

Method Details

InternalConstruct() protected méthode

protected InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
bitmap System.Drawing.Bitmap
realOwner object
Résultat void

MenuCommand() public méthode

public MenuCommand ( ) : System
Résultat System

MenuCommand() public méthode

public MenuCommand ( ComboBox comboBox ) : System
comboBox System.Windows.Forms.ComboBox
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text ) : System
text string
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
text string
bitmap System.Drawing.Bitmap
shortcut Shortcut
clickHandler EventHandler
realOwner Object
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, EventHandler clickHandler ) : System
text string
clickHandler EventHandler
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, Shortcut shortcut ) : System
text string
shortcut Shortcut
Résultat System

MenuCommand() public méthode

public MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
text string
shortcut Shortcut
clickHandler EventHandler
Résultat System

OnClick() public méthode

public OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdate() public méthode

public OnUpdate ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

_break protected_oe property

protected bool _break
Résultat bool

_checked protected_oe property

protected bool _checked
Résultat bool

comboBox protected_oe property

protected ComboBox,System.Windows.Forms comboBox
Résultat System.Windows.Forms.ComboBox

enabled protected_oe property

protected bool enabled
Résultat bool

image protected_oe property

protected Bitmap,System.Drawing image
Résultat System.Drawing.Bitmap

imageIndex protected_oe property

protected int imageIndex
Résultat int

imageList protected_oe property

protected ImageList,System.Windows.Forms imageList
Résultat System.Windows.Forms.ImageList

infrequent protected_oe property

protected bool infrequent
Résultat bool

menuItems protected_oe property

protected MenuCommandCollection,SidebarLibrary.Collections menuItems
Résultat SidebarLibrary.Collections.MenuCommandCollection

radioCheck protected_oe property

protected bool radioCheck
Résultat bool

realOwner protected_oe property

protected Object realOwner
Résultat Object

shortcut protected_oe property

protected Shortcut shortcut
Résultat Shortcut

text protected_oe property

protected string text
Résultat string

userData protected_oe property

protected object userData
Résultat object

visible protected_oe property

protected bool visible
Résultat bool