Class SearchItemAction
Represents search item action.
public class SearchItemAction
- Inheritance
-
SearchItemAction
- Derived
- Inherited Members
Constructors
SearchItemAction(string, Action)
Creates new instance of SearchItemAction.
public SearchItemAction(string name, Action action)
Parameters
Properties
Action
Gets or sets item's action.
public Action Action { get; set; }
Property Value
CloseSearch
Gets or sets value indicating whether this action should close search window when executed.
public bool CloseSearch { get; set; }
Property Value
Name
Gets or sets action name.
public string Name { get; set; }