ArcFM Responder Mobile Developer Guide
DoubleBuffered Property (IMMObjectEditor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(12)>
Property DoubleBuffered As System.Boolean
'Usage
 
Dim instance As IMMObjectEditor
Dim value As System.Boolean
 
instance.DoubleBuffered = value
 
value = instance.DoubleBuffered
[System.Runtime.InteropServices.DispId(12)]
System.bool DoubleBuffered {get; set;}
read-write property DoubleBuffered: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(12)
function get,set DoubleBuffered : System.boolean
[System.Runtime.InteropServices.DispId(12)]
__property System.bool get_DoubleBuffered();
__property void set_DoubleBuffered( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(12)]
property System.bool DoubleBuffered {
   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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback