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

상속: System.ComponentModel.Design.ComponentDesigner, IKryptonDesignObject
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
OnComponentChanged void
OnContextMenu void
OnDeleteTextBox void
OnEnabled void
OnMoveFirst void
OnMoveLast void
OnMoveNext void
OnMovePrevious void
OnToggleHelpers void
OnVisible void
ResetEnabled void
ResetVisible void
ShouldSerializeEnabled bool
ShouldSerializeVisible bool
UpdateVerbStatus void

공개 메소드들

메소드 설명
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonRibbonGroupMaskedTextBoxDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupMaskedTextBoxDesigner class.

보호된 메소드들

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

Releases all resources used by the component.

PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor.

비공개 메소드들

메소드 설명
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteTextBox ( object sender, EventArgs e ) : void
OnEnabled ( object sender, EventArgs e ) : void
OnMoveFirst ( object sender, EventArgs e ) : void
OnMoveLast ( object sender, EventArgs e ) : void
OnMoveNext ( object sender, EventArgs e ) : void
OnMovePrevious ( object sender, EventArgs e ) : void
OnToggleHelpers ( object sender, EventArgs e ) : void
OnVisible ( object sender, EventArgs e ) : void
ResetEnabled ( ) : void
ResetVisible ( ) : void
ShouldSerializeEnabled ( ) : bool
ShouldSerializeVisible ( ) : bool
UpdateVerbStatus ( ) : void

메소드 상세

Dispose() 보호된 메소드

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
리턴 void

KryptonRibbonGroupMaskedTextBoxDesigner() 공개 메소드

Initialize a new instance of the KryptonRibbonGroupMaskedTextBoxDesigner class.
public KryptonRibbonGroupMaskedTextBoxDesigner ( ) : System
리턴 System

PreFilterProperties() 보호된 메소드

Adjusts the set of properties the component exposes through a TypeDescriptor.
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary An IDictionary containing the properties for the class of the component.
리턴 void