C# Класс ZForge.Controls.ExplorerBar.TaskItemDesigner

A custom designer used by TaskItems to remove unwanted properties from the Property window in the designer
Наследование: System.Windows.Forms.Design.ControlDesigner
Показать файл Открыть проект

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

Метод Описание
TaskItemDesigner ( ) : System

Initializes a new instance of the TaskItemDesigner class

Защищенные методы

Метод Описание
PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor

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

PreFilterProperties() защищенный Метод

Adjusts the set of properties the component exposes through a TypeDescriptor
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary An IDictionary containing the properties /// for the class of the component
Результат void

TaskItemDesigner() публичный Метод

Initializes a new instance of the TaskItemDesigner class
public TaskItemDesigner ( ) : System
Результат System