Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NBorderSplitButtonControl Class / Border Property


In This Topic
    Border Property (NBorderSplitButtonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the border.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.ComponentModel.EditorAttribute(Nevron.Nov.Windows.Forms.NNovVerbEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Border As NBorder
    'Usage
     
    
    Dim instance As NBorderSplitButtonControl
    Dim value As NBorder
     
    instance.Border = value
     
    value = instance.Border
    [System.ComponentModel.Category("Nevron")]
    [System.ComponentModel.Description("Gets or sets the border.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.Editor(Nevron.Nov.Windows.Forms.NNovVerbEditor, System.Drawing.Design.UITypeEditor)]
    public NBorder Border {get; set;}
    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