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

Наследование: ComponentFactory.Krypton.Toolkit.ViewManager
Показать файл Открыть проект Примеры использования класса

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

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

Clean up any resources being used.

GetPreferredSize ( IRenderer renderer, Size proposedSize ) : Size

Discover the preferred size of the view.

KeyDown ( KeyEventArgs e ) : void

Perform key down handling.

KeyPress ( KeyPressEventArgs e ) : void

Perform key press handling.

KeyUp ( KeyEventArgs e ) : void

Perform key up handling.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the view.

MouseLeave ( EventArgs e ) : void

Perform mouse leave processing.

MouseMove ( MouseEventArgs e, Point rawPt ) : void

Perform mouse movement handling.

ViewRibbonPopupGroupManager ( Control control, KryptonRibbon ribbon, ViewBase root, ViewDrawRibbonGroup viewGroup, NeedPaintHandler needPaintDelegate ) : System

Initialize a new instance of the ViewRibbonPopupGroupManager class.

Приватные методы

Метод Описание
PerformNeedPaint ( bool needLayout, Rectangle invalidRect ) : void

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

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

Clean up any resources being used.
public Dispose ( ) : void
Результат void

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

Discover the preferred size of the view.
public GetPreferredSize ( IRenderer renderer, Size proposedSize ) : Size
renderer IRenderer Renderer provider.
proposedSize System.Drawing.Size The custom-sized area for a control.
Результат System.Drawing.Size

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

Perform key down handling.
public KeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Результат void

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

Perform key press handling.
public KeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
Результат void

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

Perform key up handling.
public KeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Результат void

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

Perform a layout of the view.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext View context for layout operation.
Результат void

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

Perform mouse leave processing.
public MouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

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

Perform mouse movement handling.
public MouseMove ( MouseEventArgs e, Point rawPt ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
rawPt Point The actual point provided from the windows message.
Результат void

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

Initialize a new instance of the ViewRibbonPopupGroupManager class.
public ViewRibbonPopupGroupManager ( Control control, KryptonRibbon ribbon, ViewBase root, ViewDrawRibbonGroup viewGroup, NeedPaintHandler needPaintDelegate ) : System
control System.Windows.Forms.Control Owning control.
ribbon KryptonRibbon Owning ribbon control instance.
root ViewBase View for group we are tracking.
viewGroup ViewDrawRibbonGroup Group to track.
needPaintDelegate NeedPaintHandler Delegate for performing painting.
Результат System