ArcFM Responder Mobile Developer Guide
ActivePage Property (IMMAttributeEditorUI)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property ActivePage As System.Integer
'Usage
 
Dim instance As IMMAttributeEditorUI
Dim value As System.Integer
 
instance.ActivePage = value
 
value = instance.ActivePage
[System.Runtime.InteropServices.DispId(1610678276)]
System.int ActivePage {get; set;}
read-write property ActivePage: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set ActivePage : System.int
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.int get_ActivePage();
__property void set_ActivePage( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.int ActivePage {
   System.int get();
   void set (    System.int value);
}
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