Share via


InputDesktopNamedResourceCursor.ModuleName Property

Definition

Gets the name of the module that contains the cursor resource.

public:
 property Platform::String ^ ModuleName { Platform::String ^ get(); };
winrt::hstring ModuleName();
public string ModuleName { get; }
var string = inputDesktopNamedResourceCursor.moduleName;
Public ReadOnly Property ModuleName As String

Property Value

String

Platform::String

winrt::hstring

The name of the module that contains the cursor resource.

Remarks

If the cursor was created using the InputDesktopResourceCursor.Create(System.UInt32) method, a null value is returned.

Applies to