Table of Contents

Method LoadFromResource

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

LoadFromResource(Type, string)

Locates the Cursor using specified parameters.

public static Cursor LoadFromResource(Type type, string resource)

Parameters

type Type

The Type to look for the Cursor.

resource string

Cursor's resource name.

Returns

Cursor

The Cursor if succeed.