Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRichTextBox Class / ShowBuildInContextMenu Property


In This Topic
    ShowBuildInContextMenu Property
    In This Topic
    Turning on and off the default context menu. Default value if true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Turning on and off the default context menu.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ShowBuildInContextMenu As System.Boolean
    'Usage
     
    
    Dim instance As NRichTextBox
    Dim value As System.Boolean
     
    instance.ShowBuildInContextMenu = value
     
    value = instance.ShowBuildInContextMenu
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.Description("Turning on and off the default context menu.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ShowBuildInContextMenu {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also