ArcFM Responder Mobile Developer Guide
AddPage Method (IMMPropertyWindow)






Syntax
'Declaration
 
Sub AddPage( _
   ByVal sProgID As System.String _
) 
'Usage
 
Dim instance As IMMPropertyWindow
Dim sProgID As System.String
 
instance.AddPage(sProgID)
void AddPage( 
   System.string sProgID
)
procedure AddPage( 
    sProgID: System.String
); 
function AddPage( 
   sProgID : System.String
);
void AddPage( 
   System.string* sProgID
) 
void AddPage( 
   System.String^ sProgID
) 

Parameters

sProgID
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

IMMPropertyWindow Interface
IMMPropertyWindow Members

Send Feedback