Property | Type | Description |
---|
Method | Description | |
---|---|---|
AutosizeLabel_Enter ( object sender, |
Handles the Control.Enter event of the autosize label. This gives the hidden scrollable panel focus instead of the label, so that the user can't select any text. |
|
RichTextLabel ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
OnContentsResized ( System.Windows.Forms.ContentsResizedEventArgs e ) : void |
Resizes the label as the content size changes.
|
|
OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void |
Raises the RichTextBox.LinkClicked event. This ask the OS to launch the clicked link. |
|
OnTextChanged ( |
Makes sure all text doesn't look disabled.
|
|
SetTextColor ( ) : void |
Forces the text color not to look disabled.
|
public AutosizeLabel_Enter ( object sender, |
||
sender | object | The object that raised the event. |
e | An |
|
return | void |
protected OnContentsResized ( System.Windows.Forms.ContentsResizedEventArgs e ) : void | ||
e | System.Windows.Forms.ContentsResizedEventArgs | A |
return | void |
protected OnLinkClicked ( System.Windows.Forms.LinkClickedEventArgs e ) : void | ||
e | System.Windows.Forms.LinkClickedEventArgs | A |
return | void |
protected OnTextChanged ( |
||
e | A |
|
return | void |