InkClipboardModes - перечисление
Обновлен: Ноябрь 2007
Defines values that specify the copy options of the Clipboard. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Это перечисление имеет атрибут FlagsAttribute, поддерживающий побитовое соединение составляющих его значений.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
<FlagsAttribute> _
Public Enumeration InkClipboardModes
'Применение
Dim instance As InkClipboardModes
[FlagsAttribute]
public enum InkClipboardModes
[FlagsAttribute]
public enum class InkClipboardModes
/** @attribute FlagsAttribute */
public enum InkClipboardModes
public enum InkClipboardModes
Члены
Имя члена | Описание | |
---|---|---|
Copy | Copies the ink to the Clipboard. | |
Cut | Cuts the ink and copies it to the Clipboard. | |
ExtractOnly | Does not copy the ink to the Clipboard. Typically, use this option if you want to add something else, such as text, to the ink before you copy it to the Clipboard. | |
DelayedCopy | Uses delayed rendering to reduce the amount of data that is stored on the Clipboard. The data is rendered when a paste request is made. | |
Default | The Copy mode. |
Заметки
Uses the DelayedCopy flag to interact directly with the data object and add additional formats to the clipboard.
Предупреждение
To avoid potential memory leaks as a result of using the DelayedCopy flag, you must call the SetDataObject method of the Clipboard object. This must be done before the application exits if the last call to the ClipboardCopy method used the DelayedCopy flag.
To remove the pointer from the clipboard, call the SetDataObject method with the data parameter set to nullссылка null (Nothing в Visual Basic) and the copy parameter set to true.
The SetDataObject method replaces the contents of the clipboard.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0