Property | Type | Description | |
---|---|---|---|
DefaultTextFont |
Property | Type | Description | |
---|---|---|---|
Color_Click | void | ||
FontSize_Click | void | ||
Font_Click | void | ||
InitializeComponent | void | ||
RichTextBoxExtended_Leave | void | ||
RichTextBoxExtended_Load | void | ||
SetDefaultFont | void | ||
UpdateToolbarSeperators | void | ||
rtb1_LinkClicked | void | ||
rtb1_SelectionChanged | void | ||
rtb1_TextChanged | void | ||
tb1_ButtonClick | void |
Method | Description | |
---|---|---|
AutoBindAvailable ( IAgilepagesItem item ) : bool | ||
ChangeFont ( string fontFamily ) : void |
Change the richtextbox font for the current selection
|
|
ChangeFontColor ( Color newColor ) : void |
Change the richtextbox font color for the current selection
|
|
ChangeFontSize ( float fontSize ) : void |
Change the richtextbox font size for the current selection
|
|
ChangeFontStyle ( FontStyle style, bool add ) : void |
Change the richtextbox style for the current selection
|
|
DoAutoBind ( Sekos item, Sekos specify ) : void | ||
GetFontDetails ( ) : |
Returns a Font with: 1) The font applying to the entire selection, if none is the default font. 2) The font size applying to the entire selection, if none is the size of the default font. 3) A style containing the attributes that are common to the entire selection, default regular.
|
|
RichTextBoxExtended ( ) : System.Collections.Generic | ||
UpdateToolbar ( ) : void |
Update the toolbar button statuses
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnStamp ( |
OnStamp event
|
Method | Description | |
---|---|---|
Color_Click ( object sender, System e ) : void |
Change the richtextbox color
|
|
FontSize_Click ( object sender, System e ) : void |
Change the richtextbox font size
|
|
Font_Click ( object sender, System e ) : void |
Change the richtextbox font
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RichTextBoxExtended_Leave ( object sender, System e ) : void | ||
RichTextBoxExtended_Load ( object sender, |
||
SetDefaultFont ( ) : void | ||
UpdateToolbarSeperators ( ) : void | ||
rtb1_LinkClicked ( object sender, System e ) : void |
Starts the default browser if a link is clicked
|
|
rtb1_SelectionChanged ( object sender, System e ) : void |
Change the toolbar buttons when new text is selected and raise event SelChanged
|
|
rtb1_TextChanged ( object sender, System e ) : void | ||
tb1_ButtonClick ( object sender, System e ) : void |
Handler for the toolbar button click event
|
public static AutoBindAvailable ( IAgilepagesItem item ) : bool | ||
item | IAgilepagesItem | |
return | bool |
public ChangeFont ( string fontFamily ) : void | ||
fontFamily | string | |
return | void |
public ChangeFontColor ( Color newColor ) : void | ||
newColor | Color | |
return | void |
public ChangeFontSize ( float fontSize ) : void | ||
fontSize | float | |
return | void |
public ChangeFontStyle ( FontStyle style, bool add ) : void | ||
style | FontStyle | |
add | bool | |
return | void |
public DoAutoBind ( Sekos item, Sekos specify ) : void | ||
item | Sekos | |
specify | Sekos | |
return | void |
public RichTextBoxExtended ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |