C# 클래스 ComponentFactory.Krypton.Ribbon.VisualPopupMinimized

상속: ComponentFactory.Krypton.Toolkit.VisualPopup
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
AllowMouseMove ( Message m, Point pt ) : bool

Should the mouse move at provided screen point be allowed.

DoesCurrentMouseDownEndAllTracking ( Message m, Point pt ) : bool

Should a mouse down at the provided point cause an end to popup tracking.

SetFirstFocusItem ( ) : void

Sets focus to the first focus item inside the selected tab.

SetLastFocusItem ( ) : void

Set focus to the last focus item inside the popup group.

SetNextFocusItem ( ) : void

Set focus to the next focus item inside the popup group.

SetPreviousFocusItem ( ) : void

Set focus to the previous focus item inside the popup group.

Show ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void

Show the minimized popup relative to the tabs area of the ribbon.

UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void

Update the displayed position to reflect a change in selected tab.

VisualPopupMinimized ( KryptonRibbon ribbon, ViewManager viewManager, ViewDrawRibbonCaptionArea captionArea, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupMinimized class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

비공개 메소드들

메소드 설명
CalculatePopupRect ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : Rectangle

메소드 상세

AllowMouseMove() 공개 메소드

Should the mouse move at provided screen point be allowed.
public AllowMouseMove ( Message m, Point pt ) : bool
m System.Windows.Forms.Message Original message.
pt Point Client coordinates point.
리턴 bool

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoesCurrentMouseDownEndAllTracking() 공개 메소드

Should a mouse down at the provided point cause an end to popup tracking.
public DoesCurrentMouseDownEndAllTracking ( Message m, Point pt ) : bool
m System.Windows.Forms.Message Original message.
pt Point Client coordinates point.
리턴 bool

OnKeyPress() 보호된 메소드

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs An KeyPressEventArgs that contains the event data.
리턴 void

SetFirstFocusItem() 공개 메소드

Sets focus to the first focus item inside the selected tab.
public SetFirstFocusItem ( ) : void
리턴 void

SetLastFocusItem() 공개 메소드

Set focus to the last focus item inside the popup group.
public SetLastFocusItem ( ) : void
리턴 void

SetNextFocusItem() 공개 메소드

Set focus to the next focus item inside the popup group.
public SetNextFocusItem ( ) : void
리턴 void

SetPreviousFocusItem() 공개 메소드

Set focus to the previous focus item inside the popup group.
public SetPreviousFocusItem ( ) : void
리턴 void

Show() 공개 메소드

Show the minimized popup relative to the tabs area of the ribbon.
public Show ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void
tabsArea ViewLayoutRibbonTabsArea Tabs area of the
drawMinimizedPanel ComponentFactory.Krypton.Toolkit.ViewDrawPanel
리턴 void

UpdatePosition() 공개 메소드

Update the displayed position to reflect a change in selected tab.
public UpdatePosition ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void
tabsArea ViewLayoutRibbonTabsArea Tabs area of the
drawMinimizedPanel ComponentFactory.Krypton.Toolkit.ViewDrawPanel
리턴 void

VisualPopupMinimized() 공개 메소드

Initialize a new instance of the VisualPopupMinimized class.
public VisualPopupMinimized ( KryptonRibbon ribbon, ViewManager viewManager, ViewDrawRibbonCaptionArea captionArea, IRenderer renderer ) : System
ribbon KryptonRibbon Owning ribbon control instance.
viewManager ComponentFactory.Krypton.Toolkit.ViewManager View manager instance for managing view display.
captionArea ViewDrawRibbonCaptionArea View element that manages the custom chrome injection.
renderer IRenderer Drawing renderer.
리턴 System