Intersoft ClientUI Documentation
IsFullScreen Property (FlowDocumentViewerBase)



Gets or sets a value whether the flow document viewer is in full screen mode.

Syntax
<CategoryAttribute("Common Properties")>
Public Property IsFullScreen As Boolean
Dim instance As FlowDocumentViewerBase
Dim value As Boolean
 
instance.IsFullScreen = value
 
value = instance.IsFullScreen
[CategoryAttribute("Common Properties")]
public bool IsFullScreen {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsFullScreen {
   bool get();
   void set (    bool value);
}
Remarks
You can configure the FlowDocument viewer to display in full screen initially by setting the IsFullScreen property to true. Alternatively, users can toggle the full screen mode at runtime through the full screen command button in the tool bar.
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