Visual Basic (Declaration) | |
---|---|
Public Property ResourcesPath As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string ResourcesPath {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property string* get_ResourcesPath(); public: __property void set_ResourcesPath( string* value ); |
Return Value
A character string that contains the virtual path.Refer to the tutorial, Using TiledImageViewer control on client side.
You have to set this property to the path of the scroll bars images and client java script files since it is required to render the control on the page correctly.
If the resources are not in the specified directory, they will not show up and you will receive client java script errors.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family