Intersoft WebCombo Documentation
Page Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : Page Property






Syntax

Visual Basic (Declaration) 
Public Overridable Property Page As Page
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Page
 
instance.Page = value
 
value = instance.Page
C# 
public virtual Page Page {get; set;}
Delphi 
public read-write property Page: Page; virtual; 
JScript 
public function get,set Page : Page
Managed Extensions for C++ 
public: __property virtual Page* get_Page();
public: __property virtual void set_Page( 
   Page* value
);
C++/CLI 
public:
virtual property Page^ Page {
   Page^ get();
   void set (    Page^ value);
}

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 Intersoft Solutions Corp. All Rights Reserved.