Intersoft ClientUI Documentation
Visual Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : Visual Property






When overridden in a derived class, gets the visual representation of the page.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Visual As UIElement
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim value As UIElement
 
value = instance.Visual
C# 
public virtual UIElement Visual {get;}
Delphi 
public read-only property Visual: UIElement; virtual; 
JScript 
public function get Visual : UIElement
Managed Extensions for C++ 
public: __property virtual UIElement* get_Visual();
C++/CLI 
public:
virtual property UIElement^ Visual {
   UIElement^ get();
}

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.