ArcFM Responder Mobile Developer Guide
AddPageWithLicense Method (MMPropertyWindowClass)






Syntax
'Declaration
 
Public Overridable Sub AddPageWithLicense( _
   ByVal sProgID As System.String, _
   ByVal sLicense As System.String _
) 
'Usage
 
Dim instance As MMPropertyWindowClass
Dim sProgID As System.String
Dim sLicense As System.String
 
instance.AddPageWithLicense(sProgID, sLicense)
public virtual void AddPageWithLicense( 
   System.string sProgID,
   System.string sLicense
)
public procedure AddPageWithLicense( 
    sProgID: System.String;
    sLicense: System.String
); virtual; 
public function AddPageWithLicense( 
   sProgID : System.String,
   sLicense : System.String
);
public: virtual void AddPageWithLicense( 
   System.string* sProgID,
   System.string* sLicense
) 
public:
virtual 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

MMPropertyWindowClass Class
MMPropertyWindowClass Members

Send Feedback