ArcFM Responder Mobile Developer Guide
PageVisible Property (IMMAttributeEditorUI)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property PageVisible( _
   ByVal nPage As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMMAttributeEditorUI
Dim nPage As System.Integer
Dim value As System.Boolean
 
instance.PageVisible(nPage) = value
 
value = instance.PageVisible(nPage)
[System.Runtime.InteropServices.DispId(1610678278)]
System.bool PageVisible( 
   System.int nPage
) {get; set;}
read-write property PageVisible( 
    nPage: System.Integer
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set PageVisible( 
   nPage : System.int
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678278)]
__property System.bool get_PageVisible( 
   System.int nPage
);
__property void set_PageVisible( 
   System.int nPage,
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property System.bool PageVisible {
   System.bool get(System.int nPage);
   void set (System.int nPage, System.bool value);
}

Parameters

nPage
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