Intersoft ClientUI Documentation
SetVisual Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : SetVisual Method






visual
The visual representation of the page.
Sets the Visual that depicts the page.

Syntax

Visual Basic (Declaration) 
Protected Sub SetVisual( _
   ByVal visual As UIElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim visual As UIElement
 
instance.SetVisual(visual)
C# 
protected void SetVisual( 
   UIElement visual
)
Delphi 
protected procedure SetVisual( 
    visual: UIElement
); 
JScript 
protected function SetVisual( 
   visual : UIElement
);
Managed Extensions for C++ 
protected: void SetVisual( 
   UIElement* visual
) 
C++/CLI 
protected:
void SetVisual( 
   UIElement^ visual
) 

Parameters

visual
The visual representation of the page.

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.