C# Class Habanero.Faces.VWG.LabelVWG

Represents a label
Inheritance: Label, ILabel
Mostrar archivo Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description
ObserveGlobalUIHints void

Public Methods

Method Description
LabelVWG ( string labelText = "" ) : System.Drawing

Constructs the Label

Private Methods

Method Description
ObserveGlobalUIHints ( ) : void

Method Details

LabelVWG() public method

Constructs the Label
public LabelVWG ( string labelText = "" ) : System.Drawing
labelText string
return System.Drawing