Initializes a new instance of the Filebox class

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Filebox(
	string name,
	string path,
	Font font,
	FileListMode listMode,
	int x,
	int y,
	int width,
	int height
)

Parameters

name
Type: System..::..String
Name of the check box
path
Type: System..::..String
Path of the initial directory
font
Type: Font
Font to render the content text
listMode
Type: Skewworks.NETMF.Controls..::..FileListMode
Mode of the file box. Controls which columns are displayed
x
Type: System..::..Int32
X position relative to it's parent
y
Type: System..::..Int32
Y position relative to it's parent
width
Type: System..::..Int32
Width in pixel
height
Type: System..::..Int32
Height in pixel

See Also