BMXNET 4.0 Developer API
Stardardized "About" dialog that displays information from the executable's (RootAssembly) AssemblyInfo:
AssemblyTitle
AssemblyProduct
AssemblyVersion
AssemblyCopyright
AssemblyCompany
AssemblyDescription
Namespace:
IndianHealthService.BMXNet.WinFormAdditionally, a list box showing all non-system .NET assemblies is displayed. Set IncludeRoot=True if the RootAssembly should be included in the list.
Examples
Usage of dialog:
By default, the RootAssebmly is the Assembly.GetExecutingAssembly();
Copy Code | |
---|---|
AboutDialog dialog=new AboutDialog(); dialog.RootAssembly = Assembly.GetExecutingAssembly(); dialog.IncludeRoot = true; dialog.Show(this.Parent); |
Assembly: BMXWIN40 (in BMXWIN40.dll)
Syntax
Members
All Members | Constructors | Properties | Methods | Events | Explicit Interface Implementations |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.Form
IndianHealthService.BMXNet.WinForm..::.AboutDialog
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.Form
IndianHealthService.BMXNet.WinForm..::.AboutDialog