C# Класс Content.Client.UserInterface.ButtonHelpers

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

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

Метод Описание
SetButtonDisabledRecursive ( Control parent, bool val ) : void

This searches recursively through all the children of "parent" and sets the Disabled value of any buttons found to "val"

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

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

This searches recursively through all the children of "parent" and sets the Disabled value of any buttons found to "val"
public static SetButtonDisabledRecursive ( Control parent, bool val ) : void
parent Control The control which childrens get searched
val bool The value to which disabled gets set
Результат void