C# 클래스 System.Windows.Forms.RibbonCaptionButton

Minimise, Maximise, Restore and Close buttons in the Ribbon caption area
상속: System.Windows.Forms.RibbonButton
파일 보기 프로젝트 열기: pjfwork-dwarf-fortress 1 사용 예제들

공개 메소드들

메소드 설명
GetCharFor ( CaptionButton type ) : string

Gets the character to render the specified button type

OnClick ( EventArgs e ) : void
RibbonCaptionButton ( CaptionButton buttonType ) : System

Creates a new CaptionButton

비공개 메소드들

메소드 설명
OnGetTextBounds ( RibbonElementSizeMode sMode, Rectangle bounds ) : Rectangle
SetCaptionButtonType ( CaptionButton buttonType ) : void

Sets value to the type of caption button

메소드 상세

GetCharFor() 공개 정적인 메소드

Gets the character to render the specified button type
public static GetCharFor ( CaptionButton type ) : string
type CaptionButton type of button
리턴 string

OnClick() 공개 메소드

public OnClick ( EventArgs e ) : void
e EventArgs
리턴 void

RibbonCaptionButton() 공개 메소드

Creates a new CaptionButton
public RibbonCaptionButton ( CaptionButton buttonType ) : System
buttonType CaptionButton
리턴 System