Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.LoadFirstIconFromResource Method

Language:

Note: This documentation is preliminary and is subject to change.

Attempts to load the first icon from the application's resources.

Definition

Visual Basic .NET Public Function LoadFirstIconFromResource() As Icon
C# public Icon LoadFirstIconFromResource();
Managed C++ public: Icon* LoadFirstIconFromResource();
JScript .NET public function LoadFirstIconFromResource() : Icon;

Return Value

System.Drawing.Icon . The first icon from the application's resources.

Remarks

If no icon is found in the application's resources, this method wil return a null.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center