C# Class SpaceClaim.AddInLibrary.RibbonCheckBoxCapsule

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

Public Methods

Method Description
RibbonCheckBoxCapsule ( string name, string text, System image, string hint, IRibbonObject parent, bool isChecked ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Protected Methods

Method Description
OnExecute ( Command command, ExecutionContext executionContext, System buttonRect ) : void

Method Details

OnExecute() protected method

protected OnExecute ( Command command, ExecutionContext executionContext, System buttonRect ) : void
command Command
executionContext ExecutionContext
buttonRect System
return void

RibbonCheckBoxCapsule() public method

public RibbonCheckBoxCapsule ( string name, string text, System image, string hint, IRibbonObject parent, bool isChecked ) : System
name string
text string
image System
hint string
parent IRibbonObject
isChecked bool
return System

WriteStartElement() public method

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