Intersoft ClientUI Documentation
ExportHtmlText Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > DocumentViewerResource Class : ExportHtmlText Property






Gets or sets the localized string resource for export HTML 4.0 tooltip.

Syntax

Visual Basic (Declaration) 
Public Property ExportHtmlText As String
Visual Basic (Usage)Copy Code
Dim instance As DocumentViewerResource
Dim value As String
 
instance.ExportHtmlText = value
 
value = instance.ExportHtmlText
C# 
public string ExportHtmlText {get; set;}
Delphi 
public read-write property ExportHtmlText: String; 
JScript 
public function get,set ExportHtmlText : String
Managed Extensions for C++ 
public: __property string* get_ExportHtmlText();
public: __property void set_ExportHtmlText( 
   string* value
);
C++/CLI 
public:
property String^ ExportHtmlText {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.