Click or drag to resize

McPanelsSetTabIcon Method

Set tab icon.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub SetTabIcon ( 
	key As String,
	image As Image
)

Parameters

key
Type: SystemString
key of the control
image
Type: System.DrawingImage
image

Implements

IMcPanelsSetTabIcon(String, Image)
Remarks
Image will be resized to 16x16.
See Also