C# Класс ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenuOuter

Extends the ViewLayoutDocker by drawing the ribbon application button outer background.
Наследование: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonAppMenuOuter ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewDrawRibbonAppMenuOuter class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

RenderBefore() публичный Метод

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewDrawRibbonAppMenuOuter() публичный Метод

Initialize a new instance of the ViewDrawRibbonAppMenuOuter class.
public ViewDrawRibbonAppMenuOuter ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
Результат System