A Sandcastle Documented Class Library
QsOptionsShowOptionsForm Method (String, NativeWindow) |
Visualizza il dialogo comune delle opzioni
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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