Posted 26 August 2022, 9:51 am EST
Hi all,
since InputPanel Component (at the moment) do NOT have IconSet Property (It would be useful), is there a way to associate an icon set image to the Image Property?
Something like
Dim Img As New C1BitmapIcon(“EditComments”, New Size(16, 16), Color.Transparent, “Preset_SmallImages”, 87)
InputMenu1.Image = Img.GetImage
Obviously, at the moment the “GetImage” property doens’t exists…
Thanks