Share via


DataTransfer.EffectAllowed プロパティ

定義

可能なすべての種類の操作を提供します。 none、copy、copyLink、copyMove、link、linkMove、move、all または uninitialized のいずれかである必要があります。

public:
 property System::String ^ EffectAllowed { System::String ^ get(); void set(System::String ^ value); };
public string EffectAllowed { get; set; }
public string? EffectAllowed { get; set; }
member this.EffectAllowed : string with get, set
Public Property EffectAllowed As String

プロパティ値

適用対象