Intersoft ClientUI Documentation
StatusText Property (FlowDocumentViewerBase)



Gets or sets the individual resource object to override the existing localized resource.
Syntax
<CategoryAttribute("Common Properties")>
Public Property StatusText As String
Dim instance As FlowDocumentViewerBase
Dim value As String
 
instance.StatusText = value
 
value = instance.StatusText
[CategoryAttribute("Common Properties")]
public string StatusText {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ StatusText {
   String^ get();
   void set (    String^ value);
}
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

FlowDocumentViewerBase Class
FlowDocumentViewerBase Members

Send Feedback