C# Class Control.EaAddinShortcuts.EaAddinShortcutSearch

Inheritance: EaAddinButtons
Show file Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Properties

Property Type Description
KeySearchName string
KeySearchTerm string
KeyType string

Public Methods

Method Description
EaAddinShortcutSearch ( int keyPos, string text, string searchName, string searchTerm, string toolTip )
IsEmpty ( ) : bool

Method Details

EaAddinShortcutSearch() public method

public EaAddinShortcutSearch ( int keyPos, string text, string searchName, string searchTerm, string toolTip )
keyPos int
text string
searchName string
searchTerm string
toolTip string

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Property Details

KeySearchName public property

public string KeySearchName
return string

KeySearchTerm public property

public string KeySearchTerm
return string

KeyType public property

public string KeyType
return string