C# Класс System.Windows.Forms.RibbonCaptionButton

Minimise, Maximise, Restore and Close buttons in the Ribbon caption area
Наследование: System.Windows.Forms.RibbonButton
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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