SampleScanFormAppendText Method |
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void AppendText(
RichTextBox box,
string text,
Color color,
Color bgColor,
bool AddNewLine = true
)
Public Shared Sub AppendText (
box As RichTextBox,
text As String,
color As Color,
bgColor As Color,
Optional AddNewLine As Boolean = true
)
public:
static void AppendText(
RichTextBox^ box,
String^ text,
Color color,
Color bgColor,
bool AddNewLine = true
)
static member AppendText :
box : RichTextBox *
text : string *
color : Color *
bgColor : Color *
?AddNewLine : bool
(* Defaults:
let _AddNewLine = defaultArg AddNewLine true
*)
-> unit
Parameters
- box
- Type: System.Windows.FormsRichTextBox
- text
- Type: SystemString
- color
- Type: System.DrawingColor
- bgColor
- Type: System.DrawingColor
- AddNewLine (Optional)
- Type: SystemBoolean
See Also