C# Класс ATMLCommonLibrary.controls.Extensions

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

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

Метод Описание
IsInDesignMode ( this control ) : bool

Extension method to return if the control is in design mode

Приватные методы

Метод Описание
ResolveDesignMode ( System control ) : bool

Method to test if the control or it's parent is in design mode

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

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

Extension method to return if the control is in design mode
public static IsInDesignMode ( this control ) : bool
control this Control to examine
Результат bool