DataFormats (System.Windows.DataFormats)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: PresentationCore.dll

Provides a set of predefined data format names that can be used to identify data formats available in the clipboard or drag-and-drop operations.

VB.NET C#

C#

public static DataFormats
{
}

Articles

rubyclr.rubyforge.org

import System::Windows::DataFormats . class Intellisense. attr_reader :enabled . def initialize(list, textbox) @list, @textbox = list, textbox

RichTextBox performance issues - MSDN Forums

... ContentStart, _richTextBox.Document.ContentEnd);   using ( FileStream fs = new FileStream ( "C:\\500k.txt" , System.IO. FileMode .Open)) {     t.Load(fs, System.Windows. DataFormats .Text)

Planet XAML ~ Florian Kruesch's .NET and Rich Enterprise Applications ...

DataObject data = new DataObject(System.Windows.DataFormats.Text.ToString(), "abcd" ); // prepare D&D DragSource.GiveFeedback += DragSource_GiveFeedback;

svn2.hosted-projects.com

mText.Save(memory, System.Windows.DataFormats.Xaml); } #endregion #region ICommand Members public void Undo(

XAML, WPF, .NET, Office 2007, Windows : Converting RTF on the ...

... box.SelectAll(); box.Paste(); box.SelectAll(); box.Copy(); return System.Windows.Clipboard.GetData(System.Windows.DataFormats.Xaml ...

Jaime Rodriguez : Drag & Drop in WPF ... Explained end to end ..

IsDragging = true ; _dragHasLeftScope = false ; //Finally lets drag drop DataObject data = new DataObject (System.Windows. DataFormats .Text.ToString(), "abcd ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support