C# Class System.Windows.Forms.CommandBarItem

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes publiques

Méthode Description
CommandBarItem ( Image image ) : System
CommandBarItem ( Image image, string text ) : System
CommandBarItem ( string text ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
CommandBarItem ( ) : System

Method Details

CommandBarItem() public méthode

public CommandBarItem ( Image image ) : System
image Image
Résultat System

CommandBarItem() public méthode

public CommandBarItem ( Image image, string text ) : System
image Image
text string
Résultat System

CommandBarItem() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void