C# Class Gwen.ControlInternal.MenuDivider

Divider menu item.
Inheritance: ControlBase
Afficher le fichier Open project: gered/gwen-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
MenuDivider ( Base parent ) : System

Initializes a new instance of the MenuDivider class.

Méthodes protégées

Méthode Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

MenuDivider() public méthode

Initializes a new instance of the MenuDivider class.
public MenuDivider ( Base parent ) : System
parent Base Parent control.
Résultat System

Render() protected méthode

Renders the control using specified skin.
protected Render ( Skin.Base skin ) : void
skin Skin.Base Skin to use.
Résultat void