Click or drag to resize

McPanelsSetExpandablePanelIcon Method

Set expandable panel icon.

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

Parameters

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

Implements

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