EditTextBoxSetLabel Method | |
Sets edit objects label
Namespace:
SOWIWin.Helper.Controls
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void SetLabel(
string pLabel
)
Public Sub SetLabel (
pLabel As String
)
Parameters
- pLabel
- Type: SystemString
Caption of edit
See Also