Responder Developer Guide
SetImage Method (ImageButton)


Syntax
'Declaration
 
Public Shared Sub SetImage( _
   ByVal obj As DependencyObject, _
   ByVal value As ImageSource _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As ImageSource
 
ImageButton.SetImage(obj, value)
public static void SetImage( 
   DependencyObject obj,
   ImageSource value
)

Parameters

obj
value
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

ImageButton Class
ImageButton Members

 

 


Send Comment