C# Class GlobalHotkeys.GlobalKeysConfigSearch

Inheritance: GlobalKeysConfig
Mostra file Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
GlobalKeysConfigSearch ( string key, string modifier1, string modifier2, string modifier3, string modifier4, string help, string searchName, string searchTerm ) : System.Windows.Forms

Constructor Global Key Definition for a Search. Id="EA Search name","relative SQL file name" or "absolute SQL file name" Name.

Method Details

GlobalKeysConfigSearch() public method

Constructor Global Key Definition for a Search. Id="EA Search name","relative SQL file name" or "absolute SQL file name" Name.
public GlobalKeysConfigSearch ( string key, string modifier1, string modifier2, string modifier3, string modifier4, string help, string searchName, string searchTerm ) : System.Windows.Forms
key string
modifier1 string
modifier2 string
modifier3 string
modifier4 string
help string
searchName string
searchTerm string
return System.Windows.Forms