BCDocumentTemplateUIRun Method (IWin32Window) |
Opens a document file with default application.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Run(
IWin32Window owner
)
Public Sub Run (
owner As IWin32Window
)
public:
void Run(
IWin32Window^ owner
)
member Run :
owner : IWin32Window -> unit
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface
that represents the top-level window that will own the modal dialog box.
Remarks
Internally invokes the standard shell API ShellExecuteEx against the
Location property.
See Also