C# Class SpaceClaim.AddInLibrary.RibbonLabelCapsule

Inheritance: RibbonTextCapsule
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Méthodes publiques

Méthode Description
RibbonLabelCapsule ( string name, string text, string hint, IRibbonObject parent, int width ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

RibbonLabelCapsule() public méthode

public RibbonLabelCapsule ( string name, string text, string hint, IRibbonObject parent, int width ) : System
name string
text string
hint string
parent IRibbonObject
width int
Résultat System

WriteStartElement() public méthode

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
Résultat void