C# Class SpaceClaim.AddInLibrary.RibbonTextCapsule

Inheritance: RibbonCommandCapsule
Exibir arquivo Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
RibbonTextCapsule ( string name, string text, string hint, IRibbonObject parent, int width ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

RibbonTextCapsule() public method

public RibbonTextCapsule ( string name, string text, string hint, IRibbonObject parent, int width ) : System
name string
text string
hint string
parent IRibbonObject
width int
return System

WriteStartElement() public method

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