Intersoft ClientUI Documentation
AutoLoadApplicationResources Property



Gets or sets a value that indicates whether the referenced resources should be automatically loaded when the application package is loaded.
Syntax
Public Property AutoLoadApplicationResources As Boolean
Dim instance As ApplicationPackage
Dim value As Boolean
 
instance.AutoLoadApplicationResources = value
 
value = instance.AutoLoadApplicationResources
public bool AutoLoadApplicationResources {get; set;}
public:
property bool AutoLoadApplicationResources {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback