ArcFM Responder Mobile Developer Guide
SmallImage Property






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

IMMPxFilter Interface
IMMPxFilter Members

Send Feedback