Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NDrawingViewWithCommandBarsControl Class
Members


In This Topic
    NDrawingViewWithCommandBarsControl Class
    In This Topic
    Represents an NDrawingViewWithCommandBarsControl control.
    Object Model
    NDrawingViewWithCommandBarsControl Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ToolboxItemAttribute(True)>
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Nov.WpfControls.NDrawingViewWithCommandBarsControl, "AutoGenerated.Diagram.NDrawingViewWithCommandBarsControl.bmp")>
    <System.ComponentModel.DefaultPropertyAttribute("Content")>
    <System.Windows.Markup.ContentPropertyAttribute("Content")>
    <System.Windows.LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <System.Windows.Markup.XmlLangPropertyAttribute("Language")>
    <System.Windows.Markup.UsableDuringInitializationAttribute(True)>
    <System.Windows.Markup.RuntimeNamePropertyAttribute("Name")>
    <System.Windows.Markup.UidPropertyAttribute("Uid")>
    <System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class NDrawingViewWithCommandBarsControl 
       Inherits Nevron.Nov.Windows.Wpf.NNovControlHost(Of NDrawingViewWithCommandBars)
    'Usage
     
    
    Dim instance As NDrawingViewWithCommandBarsControl
    [System.ComponentModel.ToolboxItem(true)]
    [System.Drawing.ToolboxBitmap(Nevron.Nov.WpfControls.NDrawingViewWithCommandBarsControl, "AutoGenerated.Diagram.NDrawingViewWithCommandBarsControl.bmp")]
    [System.ComponentModel.DefaultProperty("Content")]
    [System.Windows.Markup.ContentProperty("Content")]
    [System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [System.Windows.Markup.XmlLangProperty("Language")]
    [System.Windows.Markup.UsableDuringInitialization(true)]
    [System.Windows.Markup.RuntimeNameProperty("Name")]
    [System.Windows.Markup.UidProperty("Uid")]
    [System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class NDrawingViewWithCommandBarsControl : Nevron.Nov.Windows.Wpf.NNovControlHost<NDrawingViewWithCommandBars> 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            Nevron.Nov.Windows.Wpf.NNovChildWindowHost
                               Nevron.Nov.Windows.Wpf.NNovWidgetHost<T>
                                  Nevron.Nov.Windows.Wpf.NNovControlHost<T>
                                     Nevron.Nov.WpfControls.NDrawingViewWithCommandBarsControl

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also