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

상속: KryptonRibbonGroupItem
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateView ViewBase
KryptonRibbonGroupDomainUpDown System
MonitorControl void
OnControlEnter void
OnControlLeave void
OnDesignTimeContextMenu void
OnDomainUpDownGotFocus void
OnDomainUpDownKeyDown void
OnDomainUpDownKeyPress void
OnDomainUpDownKeyUp void
OnDomainUpDownLostFocus void
OnDomainUpDownPreviewKeyDown void
OnDomainUpDownScroll void
OnDomainUpDownSelectedItemChanged void
OnDomainUpDownTextChanged void
OnPaletteNeedPaint void
OnRibbonPaletteChanged void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool
UnmonitorControl void

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon group domain up-down hidden.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Select ( int start, int length ) : void

Selects a range of text in the control.

Show ( ) : void

Make the ribbon group domain up-down visible.

보호된 메소드들

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

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnKeyDown ( KeyEventArgs e ) : void

Raises the KeyDown event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnKeyUp ( KeyEventArgs e ) : void

Raises the KeyUp event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

Raises the PreviewKeyDown event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

OnScroll ( ScrollEventArgs e ) : void

Raises the SelectedItemChanged event.

OnSelectedItemChanged ( EventArgs e ) : void

Raises the SelectedItemChanged event.

OnTextChanged ( EventArgs e ) : void

Raises the TextChanged event.

비공개 메소드들

메소드 설명
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
KryptonRibbonGroupDomainUpDown ( ) : System
MonitorControl ( KryptonDomainUpDown c ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnDomainUpDownGotFocus ( object sender, EventArgs e ) : void
OnDomainUpDownKeyDown ( object sender, KeyEventArgs e ) : void
OnDomainUpDownKeyPress ( object sender, KeyPressEventArgs e ) : void
OnDomainUpDownKeyUp ( object sender, KeyEventArgs e ) : void
OnDomainUpDownLostFocus ( object sender, EventArgs e ) : void
OnDomainUpDownPreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
OnDomainUpDownScroll ( object sender, ScrollEventArgs e ) : void
OnDomainUpDownSelectedItemChanged ( object sender, EventArgs e ) : void
OnDomainUpDownTextChanged ( object sender, EventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
OnRibbonPaletteChanged ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( KryptonDomainUpDown c ) : void

메소드 상세

Dispose() 보호된 메소드

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

Hide() 공개 메소드

Make the ribbon group domain up-down hidden.
public Hide ( ) : void
리턴 void

OnGotFocus() 보호된 메소드

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnKeyDown() 보호된 메소드

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs An KeyEventArgs containing the event data.
리턴 void

OnKeyPress() 보호된 메소드

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

OnKeyUp() 보호된 메소드

Raises the KeyUp event.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs An KeyEventArgs containing the event data.
리턴 void

OnLostFocus() 보호된 메소드

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnPreviewKeyDown() 보호된 메소드

Raises the PreviewKeyDown event.
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs An PreviewKeyDownEventArgs containing the event data.
리턴 void

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
리턴 void

OnScroll() 보호된 메소드

Raises the SelectedItemChanged event.
protected OnScroll ( ScrollEventArgs e ) : void
e System.Windows.Forms.ScrollEventArgs A ScrollEventArgs that contains the event data.
리턴 void

OnSelectedItemChanged() 보호된 메소드

Raises the SelectedItemChanged event.
protected OnSelectedItemChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnTextChanged() 보호된 메소드

Raises the TextChanged event.
protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs A EventArgs that contains the event data.
리턴 void

ResetShortcutKeys() 공개 메소드

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
리턴 void

Select() 공개 메소드

Selects a range of text in the control.
public Select ( int start, int length ) : void
start int The position of the first character in the current text selection within the text box.
length int The number of characters to select.
리턴 void

Show() 공개 메소드

Make the ribbon group domain up-down visible.
public Show ( ) : void
리턴 void