Metodo DedFindCodeControlSetText
|
Metodo che imposta il testo del controllo attualmente visibile.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public void SetText(
string txt
)
Public Sub SetText (
txt As String
)
public:
void SetText(
String^ txt
)
member SetText :
txt : string -> unit
Parametri
- txt String
- Testo da inserire nel controllo.
Vedi anche