C# Класс SpellWork.TreeViewExtensions

Показать файл Открыть проект

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

Метод Описание
GetMask ( this tv ) : uint[]

Returns the value of the collection of selected items

SetMask ( this tv, uint mask ) : void

Check items of the collection...

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

GetMask() публичный статический Метод

Returns the value of the collection of selected items
public static GetMask ( this tv ) : uint[]
tv this
Результат uint[]

SetMask() публичный статический Метод

Check items of the collection...
public static SetMask ( this tv, uint mask ) : void
tv this
mask uint
Результат void