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

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

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

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

Initializes a new instance of the TaskPaneDesigner class

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

Метод Описание
PreFilterProperties ( System 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 ( System properties ) : void
properties System An IDictionary containing the properties /// for the class of the component
Результат void

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

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