C# 클래스 Plasma.ExtenderGroup

상속: ExtenderItem, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
CollapseGroup void
ExpandGroup void
SetGroupCollapsed void

공개 메소드들

메소드 설명
Dispose ( ) : void
ExtenderGroup ( Plasma parent ) : System
ExtenderGroup ( Plasma parent, uint groupId ) : System Creates a group. name="applet" The applet this group is part of. Null is not allowed here.
Items ( ) : List

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
ExtenderGroup ( Type dummy ) : System

비공개 메소드들

메소드 설명
CollapseGroup ( ) : void
ExpandGroup ( ) : void
SetGroupCollapsed ( bool collapsed ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExtenderGroup() 공개 메소드

public ExtenderGroup ( Plasma parent ) : System
parent Plasma
리턴 System

ExtenderGroup() 공개 메소드

Creates a group. name="applet" The applet this group is part of. Null is not allowed here.
public ExtenderGroup ( Plasma parent, uint groupId ) : System
parent Plasma
groupId uint
리턴 System

ExtenderGroup() 보호된 메소드

protected ExtenderGroup ( Type dummy ) : System
dummy System.Type
리턴 System

Items() 공개 메소드

public Items ( ) : List
리턴 List