C# Класс SIL.FieldWorks.Common.Controls.NonEmptyTargetControl

NonEmptyTargetControl is a small reusable piece currently used in the BulkEditBar. It allows three options to be chosen between for dealing with non-empty target fields in bulk copy and transduce. Additionally a separator can be chosen for the append option.
Наследование: System.Windows.Forms.UserControl, IFWDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

NonEmptyTargetControl ( ) : System

Make one.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

CheckDisposed() публичный Метод

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

NonEmptyTargetControl() публичный Метод

Make one.
public NonEmptyTargetControl ( ) : System
Результат System