C# Class SpellWork.TreeViewExtensions

Afficher le fichier Open project: Warlord123/spellwork_cs

Méthodes publiques

Méthode 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 méthode

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

SetMask() public static méthode

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