C# Class Plasma.ExtenderGroup

Inheritance: ExtenderItem, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
CollapseGroup void
ExpandGroup void
SetGroupCollapsed void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
ExtenderGroup ( Type dummy ) : System

Private Methods

Méthode Description
CollapseGroup ( ) : void
ExpandGroup ( ) : void
SetGroupCollapsed ( bool collapsed ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExtenderGroup() public méthode

public ExtenderGroup ( Plasma parent ) : System
parent Plasma
Résultat System

ExtenderGroup() public méthode

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
Résultat System

ExtenderGroup() protected méthode

protected ExtenderGroup ( Type dummy ) : System
dummy System.Type
Résultat System

Items() public méthode

public Items ( ) : List
Résultat List