FileNavigator Constructor (ComboBox, String)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the FileNavigator class.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public FileNavigator(
	ComboBox comboBox,
	string extension
)

Parameters

comboBox
Type: OnlineSystem.Windows.Forms ComboBox
The OnlineComboBox to reference.
extension
Type: OnlineSystem String
The filtering extension (e.g. "xml") -- do not include the preceding period. If null, then all files will be candidates.
See Also