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

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

Private Properties

프로퍼티 타입 설명
CreateView ViewBase
KryptonRibbonGroupMaskedTextBox System
MonitorControl void
OnControlEnter void
OnControlLeave void
OnDesignTimeContextMenu void
OnMaskedIsOverwriteModeChanged void
OnMaskedMaskChanged void
OnMaskedMaskInputRejected void
OnMaskedTextBoxGotFocus void
OnMaskedTextBoxHideSelectionChanged void
OnMaskedTextBoxKeyDown void
OnMaskedTextBoxKeyPress void
OnMaskedTextBoxKeyUp void
OnMaskedTextBoxLostFocus void
OnMaskedTextBoxModifiedChanged void
OnMaskedTextBoxPreviewKeyDown void
OnMaskedTextBoxReadOnlyChanged void
OnMaskedTextBoxTextAlignChanged void
OnMaskedTextBoxTextChanged void
OnMaskedTypeValidationCompleted void
OnPaletteNeedPaint void
OnRibbonPaletteChanged void
ProcessCmdKey bool
ShouldSerializeCulture bool
ShouldSerializeShortcutKeys bool
UnmonitorControl void

공개 메소드들

메소드 설명
Hide ( ) : void

Make the ribbon group masked text box hidden.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon group masked text box visible.

보호된 메소드들

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

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnHideSelectionChanged ( EventArgs e ) : void

Raises the HideSelectionChanged event.

OnIsOverwriteModeChanged ( EventArgs e ) : void

Raises the IsOverwriteModeChanged 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.

OnMaskChanged ( EventArgs e ) : void

Raises the MaskChanged event.

OnMaskInputRejected ( System.Windows.Forms.MaskInputRejectedEventArgs e ) : void

Raises the MaskInputRejected event.

OnModifiedChanged ( EventArgs e ) : void

Raises the ModifiedChanged event.

OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

Raises the PreviewKeyDown event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

OnReadOnlyChanged ( EventArgs e ) : void

Raises the ReadOnlyChanged event.

OnTextAlignChanged ( EventArgs e ) : void

Raises the TextAlignChanged event.

OnTextChanged ( EventArgs e ) : void

Raises the TextChanged event.

OnTypeValidationCompleted ( System.Windows.Forms.TypeValidationEventArgs e ) : void

Raises the TypeValidationCompleted event.

비공개 메소드들

메소드 설명
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
KryptonRibbonGroupMaskedTextBox ( ) : System
MonitorControl ( KryptonMaskedTextBox c ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnMaskedIsOverwriteModeChanged ( object sender, EventArgs e ) : void
OnMaskedMaskChanged ( object sender, EventArgs e ) : void
OnMaskedMaskInputRejected ( object sender, System.Windows.Forms.MaskInputRejectedEventArgs e ) : void
OnMaskedTextBoxGotFocus ( object sender, EventArgs e ) : void
OnMaskedTextBoxHideSelectionChanged ( object sender, EventArgs e ) : void
OnMaskedTextBoxKeyDown ( object sender, KeyEventArgs e ) : void
OnMaskedTextBoxKeyPress ( object sender, KeyPressEventArgs e ) : void
OnMaskedTextBoxKeyUp ( object sender, KeyEventArgs e ) : void
OnMaskedTextBoxLostFocus ( object sender, EventArgs e ) : void
OnMaskedTextBoxModifiedChanged ( object sender, EventArgs e ) : void
OnMaskedTextBoxPreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
OnMaskedTextBoxReadOnlyChanged ( object sender, EventArgs e ) : void
OnMaskedTextBoxTextAlignChanged ( object sender, EventArgs e ) : void
OnMaskedTextBoxTextChanged ( object sender, EventArgs e ) : void
OnMaskedTypeValidationCompleted ( object sender, System.Windows.Forms.TypeValidationEventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
OnRibbonPaletteChanged ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeCulture ( ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( KryptonMaskedTextBox 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 masked text box 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

OnHideSelectionChanged() 보호된 메소드

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

OnIsOverwriteModeChanged() 보호된 메소드

Raises the IsOverwriteModeChanged event.
protected OnIsOverwriteModeChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains 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

OnMaskChanged() 보호된 메소드

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

OnMaskInputRejected() 보호된 메소드

Raises the MaskInputRejected event.
protected OnMaskInputRejected ( System.Windows.Forms.MaskInputRejectedEventArgs e ) : void
e System.Windows.Forms.MaskInputRejectedEventArgs An MaskInputRejectedEventArgs that contains the event data.
리턴 void

OnModifiedChanged() 보호된 메소드

Raises the ModifiedChanged event.
protected OnModifiedChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains 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

OnReadOnlyChanged() 보호된 메소드

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

OnTextAlignChanged() 보호된 메소드

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

OnTextChanged() 보호된 메소드

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

OnTypeValidationCompleted() 보호된 메소드

Raises the TypeValidationCompleted event.
protected OnTypeValidationCompleted ( System.Windows.Forms.TypeValidationEventArgs e ) : void
e System.Windows.Forms.TypeValidationEventArgs An EventArgs that contains the event data.
리턴 void

ResetShortcutKeys() 공개 메소드

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

Show() 공개 메소드

Make the ribbon group masked text box visible.
public Show ( ) : void
리턴 void