Label Class

Definition

Line 73 of System.Windows/Label.cm

Inheritance

Constructors & Destructor

public Label(LabelCreateParams& createParams)
public Label(LabelStyle labelStyle, const Color& backgroundColor, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, bool autoSize)
public Label(const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, bool autoSize)

Member Functions

public inline nothrow bool AutoSize() const
private inline nothrow bool AutoSized() const
private void DoAutoSize()
protected override void OnCreated()
protected override void OnTextChanged()
private inline nothrow void ResetAutoSizeFlag()
private inline nothrow void ResetAutoSized()
public void SetAutoSize(bool autoSize)
private inline nothrow void SetAutoSizeFlag()
private inline nothrow void SetAutoSized()

Enumerated Types

private enum Flags

Member Variables

private Flags flags

Constructor& Destructor Details

Label Constructor

public Label(LabelCreateParams& createParams)

Definition
Line 95 of System.Windows/Label.cm


Label Constructor

public Label(LabelStyle labelStyle, const Color& backgroundColor, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, bool autoSize)

Definition
Line 80 of System.Windows/Label.cm


Label Constructor

public Label(const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, bool autoSize)

Definition
Line 91 of System.Windows/Label.cm


Member Function Details

AutoSize Member Function

public inline nothrow bool AutoSize()

Definition
Line 126 of System.Windows/Label.cm


AutoSized Member Function

private inline nothrow bool AutoSized()

Definition
Line 168 of System.Windows/Label.cm


DoAutoSize Member Function

private void DoAutoSize()

Definition
Line 149 of System.Windows/Label.cm


OnCreated Member Function

protected override void OnCreated()

Definition
Line 103 of System.Windows/Label.cm


OnTextChanged Member Function

protected override void OnTextChanged()

Definition
Line 117 of System.Windows/Label.cm


ResetAutoSizeFlag Member Function

private inline nothrow void ResetAutoSizeFlag()

Definition
Line 164 of System.Windows/Label.cm


ResetAutoSized Member Function

private inline nothrow void ResetAutoSized()

Definition
Line 176 of System.Windows/Label.cm


SetAutoSize Member Function

public void SetAutoSize(bool autoSize)

Definition
Line 130 of System.Windows/Label.cm


SetAutoSizeFlag Member Function

private inline nothrow void SetAutoSizeFlag()

Definition
Line 160 of System.Windows/Label.cm


SetAutoSized Member Function

private inline nothrow void SetAutoSized()

Definition
Line 172 of System.Windows/Label.cm