ArcFM Responder Mobile Developer Guide
Show Method (IMMPropertyWindow)






Syntax
'Declaration
 
Sub Show( _
   Optional ByVal IsModal As System.Boolean _
) 
'Usage
 
Dim instance As IMMPropertyWindow
Dim IsModal As System.Boolean
 
instance.Show(IsModal)
void Show( 
   System.bool IsModal
)
procedure Show( 
    IsModal: System.Boolean
); 
function Show( 
   IsModal : System.boolean
);
void Show( 
   System.bool IsModal
) 
void Show( 
   System.bool IsModal
) 

Parameters

IsModal
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