ArcFM Responder Mobile Developer Guide
Show Method (MMDockWinProxyClass)






Syntax
public virtual void Show( 
   System.bool bShow
)
public procedure Show( 
    bShow: System.Boolean
); virtual; 
public function Show( 
   bShow : System.boolean
);
public: virtual void Show( 
   System.bool bShow
) 
public:
virtual void Show( 
   System.bool bShow
) 
'Declaration
 
Public Overridable Sub Show( _
   ByVal bShow As System.Boolean _
) 
 
'Usage
 
Dim instance As MMDockWinProxyClass
Dim bShow As System.Boolean
 
instance.Show(bShow)

Parameters

bShow
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

MMDockWinProxyClass Class
MMDockWinProxyClass Members

Send Feedback