Click or drag to resize

MainWindowGetLabel Method

Builds a label for details information

Namespace:  VMInfoFace.Win
Assembly:  VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntax
private string GetLabel(
	string pLabel
)

Parameters

pLabel
Type: SystemString
Label text. Example: "Network name:"

Return Value

Type: String
Label text with space. Example: "Network name: "
Remarks
If triggers an exception then gives back the exception message
See Also