C# Class Mono.Terminal.TrimLabel

A label that can be trimmed to a given position
Just like a label, but it can be trimmed to a given position if the text being displayed overflows the specified width.
Inheritance: Label
Show file Open project: mono/mono-curses

Public Methods

Method Description
DoSizeChanged ( ) : void
TrimLabel ( int x, int y, int w, string s ) : System

Public constructor.

Private Methods

Method Description
SetString ( int w, string s ) : void

Method Details

DoSizeChanged() public method

public DoSizeChanged ( ) : void
return void

TrimLabel() public method

Public constructor.
public TrimLabel ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
return System