C# 클래스 CK.Keyboard.LayoutCollection

상속: ILayoutCollection, IStructuredSerializable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Create Layout
IEnumerable IEnumerator
ILayoutCollection ILayout
IStructuredSerializable void
IStructuredSerializable void
LayoutCollection System
OnAvailableModeRemoved void
OnCurrentModeChanged void
OnDestroy void
OnDestroy void
OnDestroy void
OnDestroyLayout void
OnRenameLayout void
OnResizeLayout void
this ILayoutILayoutCollection.System
this Layout

공개 메소드들

메소드 설명
Contains ( object item ) : bool
GetEnumerator ( ) : IEnumerator

비공개 메소드들

메소드 설명
Create ( string name ) : Layout
IEnumerable ( ) : IEnumerator
ILayoutCollection ( string name ) : ILayout
IStructuredSerializable ( IStructuredReader sr ) : void
IStructuredSerializable ( IStructuredWriter sw ) : void
LayoutCollection ( Keyboard kb ) : System
OnAvailableModeRemoved ( ICKReadOnlyList modes ) : void
OnCurrentModeChanged ( ) : void
OnDestroy ( Key k ) : void
OnDestroy ( KeyMode k ) : void
OnDestroy ( Zone z ) : void
OnDestroyLayout ( Layout l ) : void
OnRenameLayout ( Layout l, string &layoutName, string newName ) : void
OnResizeLayout ( Layout l ) : void
this ( string name ) : ILayoutILayoutCollection.System
this ( string name ) : Layout

메소드 상세

Contains() 공개 메소드

public Contains ( object item ) : bool
item object
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator