C# Class SpaceClaim.AddInLibrary.RibbonButtonCapsule

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

Méthodes publiques

Méthode Description
RibbonButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize size ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

RibbonButtonCapsule() public méthode

public RibbonButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize size ) : System
name string
text string
image System
hint string
parent RibbonCollectionCapsule
size ButtonSize
Résultat System

WriteStartElement() public méthode

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