ArcFM Responder Mobile Developer Guide
AddPage Method (IMMAttributeEditorUI)






Syntax
'Declaration
 
Function AddPage( _
   ByVal bsCaption As System.String, _
   ByVal bVisible As System.Boolean, _
   ByVal pRootItem As ID8ListItem, _
   ByVal bsContextID As System.String, _
   ByVal mmDragMethod As mmdragSftTreeConstants _
) As System.Integer
'Usage
 
Dim instance As IMMAttributeEditorUI
Dim bsCaption As System.String
Dim bVisible As System.Boolean
Dim pRootItem As ID8ListItem
Dim bsContextID As System.String
Dim mmDragMethod As mmdragSftTreeConstants
Dim value As System.Integer
 
value = instance.AddPage(bsCaption, bVisible, pRootItem, bsContextID, mmDragMethod)
System.int AddPage( 
   System.string bsCaption,
   System.bool bVisible,
   ID8ListItem pRootItem,
   System.string bsContextID,
   mmdragSftTreeConstants mmDragMethod
)
function AddPage( 
    bsCaption: System.String;
    bVisible: System.Boolean;
    pRootItem: ID8ListItem;
    bsContextID: System.String;
    mmDragMethod: mmdragSftTreeConstants
): System.Integer; 
function AddPage( 
   bsCaption : System.String,
   bVisible : System.boolean,
   pRootItem : ID8ListItem,
   bsContextID : System.String,
   mmDragMethod : mmdragSftTreeConstants
) : System.int;
System.int AddPage( 
   System.string* bsCaption,
   System.bool bVisible,
   ID8ListItem* pRootItem,
   System.string* bsContextID,
   mmdragSftTreeConstants mmDragMethod
) 
System.int AddPage( 
   System.String^ bsCaption,
   System.bool bVisible,
   ID8ListItem^ pRootItem,
   System.String^ bsContextID,
   mmdragSftTreeConstants mmDragMethod
) 

Parameters

bsCaption
bVisible
pRootItem
bsContextID
mmDragMethod
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

IMMAttributeEditorUI Interface
IMMAttributeEditorUI Members

Send Feedback