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

Extends the ViewLayoutDocker by drawing the ribbon application button inner 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.

ViewDrawRibbonAppMenuInner ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewDrawRibbonAppMenuInner 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

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

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