C# Class Graphviz.ExternalPropertyTab

Inheritance: System.Windows.Forms.Design.PropertyTab
ファイルを表示 Open project: tomgr/graphviz-cmake

Public Methods

Method Description
CanExtend ( object extendee ) : bool
ExternalPropertyTab ( string name, Bitmap bitmap, PropertyDescriptorCollection externalProperties ) : System
GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection

Method Details

CanExtend() public method

public CanExtend ( object extendee ) : bool
extendee object
return bool

ExternalPropertyTab() public method

public ExternalPropertyTab ( string name, Bitmap bitmap, PropertyDescriptorCollection externalProperties ) : System
name string
bitmap System.Drawing.Bitmap
externalProperties System.ComponentModel.PropertyDescriptorCollection
return System

GetProperties() public method

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection