ArcFM Responder Mobile Developer Guide
CancelButtonVisible Property (MMProgressDialogClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Public Overridable Property CancelButtonVisible As System.Boolean
'Usage
 
Dim instance As MMProgressDialogClass
Dim value As System.Boolean
 
instance.CancelButtonVisible = value
 
value = instance.CancelButtonVisible
[System.Runtime.InteropServices.DispId(1610678280)]
public virtual System.bool CancelButtonVisible {get; set;}
public read-write property CancelButtonVisible: System.Boolean; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
public function get,set CancelButtonVisible : System.boolean
[System.Runtime.InteropServices.DispId(1610678280)]
public: __property virtual System.bool get_CancelButtonVisible();
public: __property virtual void set_CancelButtonVisible( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678280)]
public:
virtual property System.bool CancelButtonVisible {
   System.bool get();
   void set (    System.bool 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

MMProgressDialogClass Class
MMProgressDialogClass Members

Send Feedback