DataTransfer.EffectAllowed 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.
Provides all of the types of operations that are possible. Must be one of none, copy, copyLink, copyMove, link, linkMove, move, all or 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