C# Class CodeImp.Gluon.DisplayLabel

Inheritance: System.Windows.Forms.Label, IColorable, IVisibleInfo
Show file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
DisplayLabel ( ) : System
GetCoreVisible ( ) : bool
GetHeightForText ( ) : int
SetupColors ( ColorPalette c ) : void

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
SetVisibleCore ( bool value ) : void

Private Methods

Method Description
ApplyHeightForText ( ) : void

Method Details

DisplayLabel() public method

public DisplayLabel ( ) : System
return System

GetCoreVisible() public method

public GetCoreVisible ( ) : bool
return bool

GetHeightForText() public method

public GetHeightForText ( ) : int
return int

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

SetupColors() public method

public SetupColors ( ColorPalette c ) : void
c ColorPalette
return void