ArcFM Desktop Developer Guide
AssemblyMainWindowInfoAttribute Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Windows.dll
A custom attribute that defines titlebar information for the main window (the icon resource name and titlebar text).
Object Model
AssemblyMainWindowInfoAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AssemblyMainWindowInfoAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As AssemblyMainWindowInfoAttribute
[AttributeUsage(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AssemblyMainWindowInfoAttribute : System.Attribute 
Remarks
Since the main window of the applicaion is created and maintained by the framework, a means must be provided to allow the user of the framework to define the icon and text that is desired for the main window. The icon is assumed to be an embedded resource in the main assembly of the application. The first parameter is the resource name for the icon (ico resource). The second parameter is the titlebar text to use.
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Windows.AssemblyMainWindowInfoAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AssemblyMainWindowInfoAttribute Members
Miner.Windows Namespace

 

 


Send Comment