C# Class System.Windows.Forms.Label

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
CalcAutoSize void
InternalGetPreferredSize System.Drawing.Size
OnHandleCreatedLB void
SetUseMnemonic void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size proposedSize ) : Size
Label ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
CalcImageRenderBounds ( Image image, Rectangle r, ContentAlignment align ) : Rectangle
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
DrawImage ( Graphics g, Image image, Rectangle r, ContentAlignment align ) : void
OnAutoSizeChanged ( EventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaddingChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
OnTextAlignChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
CalcAutoSize ( ) : void
InternalGetPreferredSize ( Size proposed ) : Size
OnHandleCreatedLB ( Object o, EventArgs e ) : void
SetUseMnemonic ( bool use ) : void

Method Details

CalcImageRenderBounds() protected méthode

protected CalcImageRenderBounds ( Image image, Rectangle r, ContentAlignment align ) : Rectangle
image System.Drawing.Image
r System.Drawing.Rectangle
align ContentAlignment
Résultat System.Drawing.Rectangle

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawImage() protected méthode

protected DrawImage ( Graphics g, Image image, Rectangle r, ContentAlignment align ) : void
g System.Drawing.Graphics
image System.Drawing.Image
r System.Drawing.Rectangle
align ContentAlignment
Résultat void

GetPreferredSize() public méthode

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
Résultat System.Drawing.Size

Label() public méthode

public Label ( ) : System
Résultat System

OnAutoSizeChanged() protected méthode

protected OnAutoSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaddingChanged() protected méthode

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnRightToLeftChanged() protected méthode

protected OnRightToLeftChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnTextAlignChanged() protected méthode

protected OnTextAlignChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

ProcessMnemonic() protected méthode

protected ProcessMnemonic ( char charCode ) : bool
charCode char
Résultat bool

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string