======Класс Clipboard====== Буфер обмена * **Пространство имен:** [[developers:references:topomatic.controls|Topomatic.Controls]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Иерархия наследования===== * System.Object * Topomatic.Controls.Clipboard =====Синтаксис===== public sealed class Clipboard =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.containsbinary|ContainsBinary()]]| Метод проверяет существование в буфере обмена текста | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.containsdocument_arr_system.string|ContainsDocument(String[])]]| Метод проверяет существование в буфере обмена Stg документа с заданным псевдонимом | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.containsrtftext|ContainsRtfText()]]| Метод проверяет существование в буфере обмена текста в формате Rtf | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.containstext|ContainsText()]]| Метод проверяет существование в буфере обмена текста | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.getbinary|GetBinary()]]| Метод возвращает текст из буфера обмена | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.getdocument_system.string|GetDocument(String)]]| Загрузка документа из буфера обмена | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.getdocument_system.string_system.boolean|GetDocument(String, Boolean)]]| Загрузка документа из буфера обмена | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.getrtftext|GetRtfText()]]| Метод возвращает текст в формате Rtf из буфера обмена | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.gettext|GetText()]]| Метод возвращает текст из буфера обмена | |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.setbinary_arr_system.byte|SetBinary(Byte[])]]| Сохранение текста в буфера обмена | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.setdocument_topomatic.stg.stgdocument_system.string|SetDocument(StgDocument, String)]]| Сохранение документа в буфере обмена | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.setrtftext_system.string|SetRtfText(String)]]| Сохранение текста в буфера обмена в формате Rtf | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.clipboard.settext_system.string|SetText(String)]]| Сохранение текста в буфера обмена | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.controls.clipboard.current|Current]]| Текущий буфер обмена |