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

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

공개 메소드들

메소드 설명
HideFocus ( ) : void

Hide focus by giving it to the hidden control.

SetFirstFocusItem ( ) : void

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

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.

ShowCalculatingSize ( ViewDrawRibbonGroup parentGroup, Rectangle parentScreenRect ) : void

Show the group popup relative to the parent group instance.

VisualPopupGroup ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupGroup class.

보호된 메소드들

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

Clean up any resources being used.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog key.

비공개 메소드들

메소드 설명
CalculateBelowPopupRect ( Rectangle parentScreenRect, Size popupSize ) : Rectangle

메소드 상세

Dispose() 보호된 메소드

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

HideFocus() 공개 메소드

Hide focus by giving it to the hidden control.
public HideFocus ( ) : void
리턴 void

OnKeyPress() 보호된 메소드

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

OnLayout() 보호된 메소드

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs An EventArgs that contains the event data.
리턴 void

ProcessDialogKey() 보호된 메소드

Processes a dialog key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the Keys values that represents the key to process.
리턴 bool

SetFirstFocusItem() 공개 메소드

Set focus to the first focus item inside the popup group.
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

ShowCalculatingSize() 공개 메소드

Show the group popup relative to the parent group instance.
public ShowCalculatingSize ( ViewDrawRibbonGroup parentGroup, Rectangle parentScreenRect ) : void
parentGroup ViewDrawRibbonGroup Parent group instance.
parentScreenRect System.Drawing.Rectangle Screen rectangle of the parent.
리턴 void

VisualPopupGroup() 공개 메소드

Initialize a new instance of the VisualPopupGroup class.
public VisualPopupGroup ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, IRenderer renderer ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonGroup KryptonRibbonGroup Reference to ribbon group for display.
renderer IRenderer Drawing renderer.
리턴 System