Click or drag to resize
TextBoxSetLine Method
Set the contents of the specified line of text (convenience method).

Namespace: OIV.Medical.Nodes
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 2026.1.1.Release.4bdbf2139676cf62d9c02e792de05a0627e9f233
Syntax
public void SetLine(
	string text,
	int line = 0
)

Parameters

text
Type: SystemString
line (Optional)
Type: SystemInt32
See Also