C# 클래스 SpaceClaim.AddInLibrary.RibbonCollectionCapsule

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

보호된 프로퍼티들

프로퍼티 타입 설명
layoutOrientation LayoutOrientation

공개 메소드들

메소드 설명
RibbonCollectionCapsule ( string name, string text, IRibbonObject parent, LayoutOrientation layoutOrientation ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

메소드 상세

RibbonCollectionCapsule() 공개 메소드

public RibbonCollectionCapsule ( string name, string text, IRibbonObject parent, LayoutOrientation layoutOrientation ) : System
name string
text string
parent IRibbonObject
layoutOrientation LayoutOrientation
리턴 System

WriteStartElement() 공개 메소드

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

프로퍼티 상세

layoutOrientation 보호되어 있는 프로퍼티

protected LayoutOrientation layoutOrientation
리턴 LayoutOrientation