RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBoxMenu Class
Members

In This Topic
    C1RichTextBoxMenu Class
    In This Topic
    Represents a RadialMenu for a C1RichTextBox.
    Object Model
    C1RichTextBoxMenu Class
    Syntax
    'Declaration
     
    <TemplatePartAttribute()>
    <StaticAttribute(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <WebHostHiddenAttribute()>
    Public Class C1RichTextBoxMenu 
       Inherits Windows.UI.Xaml.Controls.Control
       Implements C1.Xaml.IC1ContextMenu 
    [TemplatePart()]
    [Static(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [Composable(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [WebHostHidden()]
    public class C1RichTextBoxMenu : Windows.UI.Xaml.Controls.Control, C1.Xaml.IC1ContextMenu  
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.RichTextBox.C1RichTextBoxMenu

    See Also