C# Class SpaceClaim.AddInLibrary.RibbonCommandCapsule

Inheritance: CommandCapsule, IRibbonObject
Exibir arquivo Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

Method Description
RibbonCommandCapsule ( string name, string text, System image, string hint, IRibbonObject parent ) : System
Update ( ) : void
WriteEndElement ( XmlWriter xmlWriter ) : void
WriteStartElement ( XmlWriter xmlWriter ) : void

Protected Methods

Method Description
OnUpdate ( Command command ) : void

Method Details

OnUpdate() protected method

protected OnUpdate ( Command command ) : void
command Command
return void

RibbonCommandCapsule() public method

public RibbonCommandCapsule ( string name, string text, System image, string hint, IRibbonObject parent ) : System
name string
text string
image System
hint string
parent IRibbonObject
return System

Update() public method

public Update ( ) : void
return void

WriteEndElement() public method

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

WriteStartElement() public method

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