RelaxISPlugin_DataManipulationButtonImage Property | 
 The image that will be displayed on the ribbon button. If the value is null, a default image will be displayed.
 
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic virtual Bitmap ButtonImage { get; }Public Overridable ReadOnly Property ButtonImage As Bitmap
	Get
Dim instance As RelaxISPlugin_DataManipulation
Dim value As Bitmap
value = instance.ButtonImage
Return Value
BitmapThe image to be displayed on the ribbon button.
See Also