ArcFM Desktop Developer Guide
ResourcesManagerHook Class
Members 


Product Availability
Required Licenses
.NET Assembly
Initializes the resources local variable in Form.InitializeComponent to the ResourcesManager.
Object Model
ResourcesManagerHook Class
Syntax
'Declaration
 
<DesignerSerializerAttribute(Miner.Globalization.ResourcesManagerHookSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)>
<DescriptionAttribute("Hook to allow resources to be drawn from the Resources Manager. This must be the first control in a form.")>
<CategoryAttribute("Globalization")>
<DesignerCategoryAttribute("Component")>
Public Class ResourcesManagerHook 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As ResourcesManagerHook
[DesignerSerializer(Miner.Globalization.ResourcesManagerHookSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)]
[Description("Hook to allow resources to be drawn from the Resources Manager. This must be the first control in a form.")]
[Category("Globalization")]
[DesignerCategory("Component")]
public class ResourcesManagerHook : System.ComponentModel.Component 
Remarks
ResourceManagerHook must be the first component within a form to properly intercept the resourceManager.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Miner.Globalization.ResourcesManagerHook

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

ResourcesManagerHook Members
Miner.Globalization Namespace

 

 


Send Comment