| QsOptionsShowOptionsForm Method (String) |
Visualizza il dialogo comune delle opzioni
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public void ShowOptionsForm(
string appName
)
Public Sub ShowOptionsForm (
appName As String
)
public:
void ShowOptionsForm(
String^ appName
)
member ShowOptionsForm :
appName : string -> unit
Parameters
- appName
- Type: SystemString
Nome dell'applicazione attiva. La linguetta corrispondente viene attivata
See Also