C# Class SpaceClaim.AddInLibrary.RibbonButtonCapsule

Inheritance: RibbonCommandCapsule
Show file Open project: bcourter/SpaceClaim-AddIns

Public Methods

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

Method Details

RibbonButtonCapsule() public method

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
return System

WriteStartElement() public method

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void