IHostedApplication.GetIconList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the image list for the application.
public:
System::Windows::Forms::ImageList ^ GetIconList();
public System.Windows.Forms.ImageList GetIconList ();
abstract member GetIconList : unit -> System.Windows.Forms.ImageList
Public Function GetIconList () As ImageList
Returns
Image list for the application.