A given edit field's text.
Usage
Set_Property(OLECtrlEntID, "OLE.LabelText[key]", Text)
Values
Text can be any string.
Default: ""
Indices
Index | Description |
---|---|
key | The target label control's unique control key |
Remarks
The LabelText property gets or sets the current text of a given label control.
Example
// Set an edit field's text Set_Property(@Window:".OLE_RIBBON", "OLE.LabelText[STA_TEST]", "Hello, World!")