'Declaration Public Shared Sub SetFormatBar( _ ByVal element As UIElement, _ ByVal value As IRichTextBoxFormatBar _ )
'Usage Dim element As UIElement Dim value As IRichTextBoxFormatBar RichTextBoxFormatBarManager.SetFormatBar(element, value)
public static void SetFormatBar( UIElement element, IRichTextBoxFormatBar value )
Parameters
- element
- The UIElement to which the attached property is written.
- value
- The RichTextFormatBar.