ArcFM Responder Mobile Developer Guide
AddPageWithLicense Method (IMMPropertyWindow)






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

Parameters

sProgID
sLicense
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