| QsOptionsShowOptionsForm Method (String, NativeWindow) |
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,
NativeWindow owner
)
Public Sub ShowOptionsForm (
appName As String,
owner As NativeWindow
)
public:
void ShowOptionsForm(
String^ appName,
NativeWindow^ owner
)
member ShowOptionsForm :
appName : string *
owner : NativeWindow -> unit
Parameters
- appName
- Type: SystemString
Nome dell'applicazione attiva. La linguetta corrispondente viene attivata - owner
- Type: System.Windows.FormsNativeWindow
Oggetto owner del form delle opzioni
See Also