Interface ILastDirSelector
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Interface describes last directory selector.
public interface ILastDirSelector
- Extension Methods
Methods
SetValue(string, string)
Set value by control name.
void SetValue(string ctrlName, string value)
Parameters
TryGetValue(string, out string)
Try to get value by control name.
bool TryGetValue(string ctrlName, out string value)
Parameters
Returns
- bool
Opeation result.