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)
Syntaxprivate string GetLabel(
string pLabel
)
Private Function GetLabel (
pLabel As String
) As String
Parameters
- pLabel
- Type: SystemString
Label text. Example: "Network name:"
Return Value
Type:
StringLabel text with space. Example: "Network name: "
Remarks
If triggers an exception then gives back the exception message
See Also