McPanelsSetTabIcon Method
|
|
Set tab icon.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic 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)
RemarksImage will be resized to 16x16.
See Also