Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFrameStyle Class / Visible Property


In This Topic
    Visible Property (NFrameStyle)
    In This Topic
    Controls the visibility of the frame The color of the light outer bevel side.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the visibility of the frame")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Visible As System.Boolean
    'Usage
     
    
    Dim instance As NFrameStyle
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the visibility of the frame")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Visible {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