ArcFM Responder Mobile Developer Guide
Bitmap Property (IMMExtObject)






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IPictureDisp")>
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property Bitmap As stdole.IPictureDisp
'Usage
 
Dim instance As IMMExtObject
Dim value As stdole.IPictureDisp
 
value = instance.Bitmap
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610678274)]
stdole.IPictureDisp Bitmap {get;}
read-only property Bitmap: stdole.IPictureDisp; 
System.Runtime.InteropServices.ComAliasNameAttribute("stdole.IPictureDisp")
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get Bitmap : stdole.IPictureDisp
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610678274)]
__property stdole.IPictureDisp* get_Bitmap();
[System.Runtime.InteropServices.ComAliasName("stdole.IPictureDisp")]
[System.Runtime.InteropServices.DispId(1610678274)]
property stdole.IPictureDisp^ Bitmap {
   stdole.IPictureDisp^ get();
}
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

IMMExtObject Interface
IMMExtObject Members

Send Feedback