InputDesktopNamedResourceCursor.ModuleName Property
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 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
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.