PropertyGridHelperCreateDefaultCustomItems - метод |
Пространство имён:
Tessa.UI.Cards.Editors
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static PropertyGridItem[] CreateDefaultCustomItems(
CardTypeCustomControl control,
bool canBeRequired = false
)
Public Shared Function CreateDefaultCustomItems (
control As CardTypeCustomControl,
Optional canBeRequired As Boolean = false
) As PropertyGridItem()
public:
static array<PropertyGridItem^>^ CreateDefaultCustomItems(
CardTypeCustomControl^ control,
bool canBeRequired = false
)
static member CreateDefaultCustomItems :
control : CardTypeCustomControl *
?canBeRequired : bool
(* Defaults:
let _canBeRequired = defaultArg canBeRequired false
*)
-> PropertyGridItem[]
Параметры
- control
- Тип: Tessa.CardsCardTypeCustomControl
Элемент управления, свойства которого требуется редактировать. - canBeRequired (Optional)
- Тип: SystemBoolean
Признак того, что элемент управления можно отметить как обязательный для заполнения.
Возвращаемое значение
Тип:
PropertyGridItem
Стандартный набор элементов
PropertyGridItem для редактирования
свойств элемента управления
CardTypeCustomControl.
См. также