共用方式為


InputSystemCursor 類別

定義

表示視覺指標物件,該物件使用預先定義的系統游標,例如 HandIBeamArrow

public ref class InputSystemCursor sealed : InputCursor
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InputSystemCursor final : InputCursor
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InputSystemCursor : InputCursor
Public NotInheritable Class InputSystemCursor
Inherits InputCursor
繼承
Object Platform::Object IInspectable InputCursor InputSystemCursor
屬性

備註

衍生自 InputCursor

屬性

CursorShape

取得 InputSystemCursor 物件所支援的標準系統視覺指標類型。

方法

Close()

關閉 InputCursor 並釋放系統資源。

(繼承來源 InputCursor)
Create(InputSystemCursorShape)

使用指定的資料指標建立 InputSystemCursor 實例。

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 InputCursor)

適用於

另請參閱