Свойство | Type | Description | |
---|---|---|---|
FormatBarProperty |
Méthode | Description | |
---|---|---|
GetFormatBar ( UIElement element ) : IRichTextBoxFormatBar | ||
SetFormatBar ( UIElement element, IRichTextBoxFormatBar value ) : void |
Méthode | Description | |
---|---|---|
AttachFormatBarToRichtextBox ( global richTextBox, IRichTextBoxFormatBar formatBar ) : void |
Attaches a FormatBar to a RichtextBox
|
|
HideAdorner ( ) : void |
Hides the IRichTextFormatBar that is in the adornor layer.
|
|
OnFormatBarPropertyChanged ( |
||
OnPreviewMouseMoveParentWindow ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
PositionFormatBar ( |
Positions the FormatBar so that is does not go outside the bounds of the RichTextBox or covers the selected text
|
|
RichTextBox_MouseButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RichTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
ShowAdorner ( ) : void |
Shows the FormatBar
|
|
VerifyAdornerLayer ( ) : bool |
Ensures that the IRichTextFormatBar is in the adorner layer.
|
public static GetFormatBar ( UIElement element ) : IRichTextBoxFormatBar | ||
element | UIElement | |
Résultat | IRichTextBoxFormatBar |
public static SetFormatBar ( UIElement element, IRichTextBoxFormatBar value ) : void | ||
element | UIElement | |
value | IRichTextBoxFormatBar | |
Résultat | void |