Property | Type | Description | |
---|---|---|---|
Label_ContentsResized | void | ||
Label_TextChanged | void | ||
SetUpScrollHandling | void |
Method | Description | |
---|---|---|
AutosizeLabel ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
Label_ContentsResized ( object sender, System.Windows.Forms.ContentsResizedEventArgs e ) : void |
Handles the RichTextBox.ContentsResized event of the rich text label. Resizes the label as the content size changes. |
|
Label_TextChanged ( object sender, |
Handles the Control.TextChanged event of the rich text label. Raises the Control.TextChanged event for the control. |
|
SetUpScrollHandling ( ) : void |
Sets up the control to handle srolling.
|