'Declaration Public Shared Function GetFormatBar( _ ByVal element As UIElement _ ) As IRichTextBoxFormatBar
'Usage Dim element As UIElement Dim value As IRichTextBoxFormatBar value = RichTextBoxFormatBarManager.GetFormatBar(element)
public static IRichTextBoxFormatBar GetFormatBar( UIElement element )
Parameters
- element
- The UIElement from which the property value is read.
Return Value
The RichTextFormatBar.