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

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

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

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

Initializes a new instance of the ExpandoDesigner class

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

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

Adjusts the set of properties the component exposes through a TypeDescriptor

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

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

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

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