Metodo DedFindCodeControlSetText(String)
|
Metodo che imposta il testo del controllo attualmente visibile.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.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