C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox

상속: System.Windows.Forms.ListBox
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
InnerArrayGetCount int
InnerArrayGetEntryObject object
InnerArrayGetEnumerator IEnumerator
InnerArrayGetItem object
InnerArrayGetState bool
InnerArrayIndexOf int
InnerArrayIndexOfIdentifier int
InnerArraySetState void
InternalCheckedListBox System
LbnSelChange void
WmKeyDown void
WmPaint void

공개 메소드들

메소드 설명
InternalCheckedListBox ( KryptonCheckedListBox kryptonCheckedListBox ) : System

Initialize a new instance of the InternalCheckedListBox class.

Recreate ( ) : void

Recreate the window handle.

RefreshItemSizes ( ) : void

Force the remeasure of items so they are sized correctly.

보호된 메소드들

메소드 설명
CreateItemCollection ( ) : ObjectCollection

Creates a new instance of the item collection.

Dispose ( bool disposing ) : void

Releases all resources used by the Control.

OnClick ( EventArgs e ) : void

Raises the Click event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

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

Raises the Layout event.

OnSelectedIndexChanged ( EventArgs e ) : void

Raises the SelectedIndexChanged event.

OnTrackMouseEnter ( EventArgs e ) : void

Raises the TrackMouseEnter event.

OnTrackMouseLeave ( EventArgs e ) : void

Raises the TrackMouseLeave event.

WmReflectCommand ( Message &m ) : void

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WndProc ( Message &m ) : void

Process Windows-based messages.

비공개 메소드들

메소드 설명
InnerArrayGetCount ( int stateMask ) : int
InnerArrayGetEntryObject ( int index, int stateMask ) : object
InnerArrayGetEnumerator ( int stateMask, bool anyBit ) : IEnumerator
InnerArrayGetItem ( int index, int stateMask ) : object
InnerArrayGetState ( int index, int stateMask ) : bool
InnerArrayIndexOf ( object item, int stateMask ) : int
InnerArrayIndexOfIdentifier ( object identifier, int stateMask ) : int
InnerArraySetState ( int index, int stateMask, bool value ) : void
InternalCheckedListBox ( ) : System
LbnSelChange ( ) : void
WmKeyDown ( Message &m ) : void
WmPaint ( Message &m ) : void

메소드 상세

CreateItemCollection() 보호된 메소드

Creates a new instance of the item collection.
protected CreateItemCollection ( ) : ObjectCollection
리턴 ObjectCollection

Dispose() 보호된 메소드

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

InternalCheckedListBox() 공개 메소드

Initialize a new instance of the InternalCheckedListBox class.
public InternalCheckedListBox ( KryptonCheckedListBox kryptonCheckedListBox ) : System
kryptonCheckedListBox KryptonCheckedListBox Reference to owning control.
리턴 System

OnClick() 보호된 메소드

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs A EventArgs containing the event data.
리턴 void

OnKeyPress() 보호된 메소드

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

OnLayout() 보호된 메소드

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
리턴 void

OnSelectedIndexChanged() 보호된 메소드

Raises the SelectedIndexChanged event.
protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs A EventArgs containing the event data.
리턴 void

OnTrackMouseEnter() 보호된 메소드

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

OnTrackMouseLeave() 보호된 메소드

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

Recreate() 공개 메소드

Recreate the window handle.
public Recreate ( ) : void
리턴 void

RefreshItemSizes() 공개 메소드

Force the remeasure of items so they are sized correctly.
public RefreshItemSizes ( ) : void
리턴 void

WmReflectCommand() 보호된 메소드

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
protected WmReflectCommand ( Message &m ) : void
m System.Windows.Forms.Message The Message the top-level window sent to the InternalCheckedListBox control.
리턴 void

WndProc() 보호된 메소드

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
리턴 void