Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NColorPicker Class / ColorPane Property


In This Topic
    ColorPane Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Obtains the color pane associated with this color picker.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property ColorPane As NColorPane
    'Usage
     
    
    Dim instance As NColorPicker
    Dim value As NColorPane
     
    value = instance.ColorPane
    [System.ComponentModel.Description("Obtains the color pane associated with this color picker.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NColorPane ColorPane {get;}
    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