C# Class Carrotware.CMS.Core.LabeledControl

Show file Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
LabeledControl ( ) : System
LabeledControl ( string controlLabel, Control keyControl ) : System

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LabeledControl() public method

public LabeledControl ( ) : System
return System

LabeledControl() public method

public LabeledControl ( string controlLabel, Control keyControl ) : System
controlLabel string
keyControl System.Web.UI.Control
return System