Intersoft ClientUI Documentation
SetVisual Method



The visual representation of the page.
Sets the Visual that depicts the page.
Syntax
Protected Sub SetVisual( _
   ByVal visual As UIElement _
) 
Dim instance As DocumentPage
Dim visual As UIElement
 
instance.SetVisual(visual)
protected void SetVisual( 
   UIElement visual
)
protected:
void SetVisual( 
   UIElement^ visual
) 

Parameters

visual
The visual representation of the page.
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

DocumentPage Class
DocumentPage Members

Send Feedback