public sealed class SelectionState : ISelectionState,
ICloneable
Public NotInheritable Class SelectionState
Implements ISelectionState, ICloneable
public ref class SelectionState sealed : ISelectionState,
ICloneable
[<SealedAttribute>]
type SelectionState =
class
interface ISelectionState
interface ICloneable
end
SelectionState | Initializes a new instance of the SelectionState class. Инициализирует новый экземпляр класса Object. |
MultiSelect | Gets a value indicating whether Признак возможности выбора множества строк |
SelectedColumn | Gets Текущий выбранный столбец |
SelectedColumnValue | Gets Значение из текущей выбранной строки текущей выбранной ячейки |
SelectedRow | Gets Текущая выбранная строка |
SelectedRows | Gets Список выбранных строк |
SelectionMode | Gets Режим выбора элемента |
Assign | Восстанавливает состояние из state |
Clone | Создает новый объект, который является копией текущего экземпляра. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SelectRow | Добавляет строку row в список выбранных строк |
SetSelection | Устанавливает текущую выбранную строку и столбец |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UnSelectRow | Удаляет строку row из списка выбранных |
SelectionChanged | Событие вызываемое после изменении объекта |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |