ArcFM Desktop Developer Guide
LargeImage Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Allows you to select a large image (32x32 pixels) to display with the filter.
Syntax
'Declaration
 
<ComAliasNameAttribute("stdole.IPictureDisp")>
<DispIdAttribute(1610678275)>
ReadOnly Property LargeImage As stdole.IPictureDisp
'Usage
 
Dim instance As IMMPxFilter
Dim value As stdole.IPictureDisp
 
value = instance.LargeImage
[ComAliasName("stdole.IPictureDisp")]
[DispId(1610678275)]
stdole.IPictureDisp LargeImage {get;}

Property Value

IPictureDisp
Example
The following code sample demonstrates how the IMMPxFilter::LargeImage property may be implemented.
Visual Basic Copy Code
Private Property Get IMMPxFilter_LargeImage() As stdole.IPictureDisp
    Const k_sFunction = mk_sModule & "::" & "IMMPxFilter_LargeImage"
    Set IMMPxFilter_LargeImage = g_pLocal.GetBitmapPicture(B123_All_Work_Request_Bitmap)
End Property
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxFilter Interface
IMMPxFilter Members

 

 


Send Comment