C# Class SpellWork.TreeViewExtensions

Mostrar archivo Open project: Warlord123/spellwork_cs

Public Methods

Method Description
GetMask ( this tv ) : uint[]

Returns the value of the collection of selected items

SetMask ( this tv, uint mask ) : void

Check items of the collection...

Method Details

GetMask() public static method

Returns the value of the collection of selected items
public static GetMask ( this tv ) : uint[]
tv this
return uint[]

SetMask() public static method

Check items of the collection...
public static SetMask ( this tv, uint mask ) : void
tv this
mask uint
return void