ArcFM Responder Mobile Developer Guide
Show Method (IComPropertyPageSiteConfig)






Syntax
'Declaration
 
Sub Show( _
   ByVal hParentWnd As System.Integer, _
   ByVal lStartPage As System.Integer _
) 
'Usage
 
Dim instance As IComPropertyPageSiteConfig
Dim hParentWnd As System.Integer
Dim lStartPage As System.Integer
 
instance.Show(hParentWnd, lStartPage)
void Show( 
   System.int hParentWnd,
   System.int lStartPage
)
procedure Show( 
    hParentWnd: System.Integer;
    lStartPage: System.Integer
); 
function Show( 
   hParentWnd : System.int,
   lStartPage : System.int
);
void Show( 
   System.int hParentWnd,
   System.int lStartPage
) 
void Show( 
   System.int hParentWnd,
   System.int lStartPage
) 

Parameters

hParentWnd
lStartPage
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

IComPropertyPageSiteConfig Interface
IComPropertyPageSiteConfig Members

Send Feedback