C# 클래스 SpaceClaim.AddInLibrary.RibbonCommandCapsule

상속: CommandCapsule, IRibbonObject
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
RibbonCommandCapsule ( string name, string text, System image, string hint, IRibbonObject parent ) : System
Update ( ) : void
WriteEndElement ( XmlWriter xmlWriter ) : void
WriteStartElement ( XmlWriter xmlWriter ) : void

보호된 메소드들

메소드 설명
OnUpdate ( Command command ) : void

메소드 상세

OnUpdate() 보호된 메소드

protected OnUpdate ( Command command ) : void
command Command
리턴 void

RibbonCommandCapsule() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
리턴 void

WriteStartElement() 공개 메소드

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
리턴 void