C# Class Microsoft.VisualStudio.Language.Spellchecker.AddRemoveWindow

Interaction logic for UserControl1.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: simonegli8/Spellchecker Class Usage Examples

Méthodes publiques

Méthode Description
AddCulture ( object sender, EventArgs args ) : void
AddRemoveWindow ( ) : System
Apply ( ) : void
Image ( string source, string toolTip = null ) : Image

Method Details

AddCulture() public méthode

public AddCulture ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

AddRemoveWindow() public méthode

public AddRemoveWindow ( ) : System
Résultat System

Apply() public méthode

public Apply ( ) : void
Résultat void

Image() public méthode

public Image ( string source, string toolTip = null ) : Image
source string
toolTip string
Résultat Image