C# Class Graphviz.ExternalPropertyTab

Inheritance: System.Windows.Forms.Design.PropertyTab
Afficher le fichier Open project: tomgr/graphviz-cmake

Méthodes publiques

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

Method Details

CanExtend() public méthode

public CanExtend ( object extendee ) : bool
extendee object
Résultat bool

ExternalPropertyTab() public méthode

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

GetProperties() public méthode

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection