Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a ResourceManager object for this assembly.
Syntax
Visual Basic Protected Shared ReadOnly Property ResourceManager As System.Resources.ResourceManager C# protected static System.Resources.ResourceManager ResourceManager { get; } Managed C++ protected: __property System.Resources.ResourceManager get_ResourceManager(); JScript protected static function get ResourceManager() : System.Resources.ResourceManager;
Possible Values
oResourceManager ResourceManager object that the Windows Internet Explorer WebControls can access. The property is read-only. The property has no default value.
Property Information
Applies To
BaseRichControl
See Also