Creates new text editor arguments

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 TextEditorArgs(
	Font editorFont,
	string editorTitle,
	string defaultValue
)

Parameters

editorFont
Type: Font
Font to use in editor
editorTitle
Type: System..::..String
Title of editor
defaultValue
Type: System..::..String
Default value for editor

See Also