Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Office2010ColorPicker Class / Color Property


In This Topic
    Color Property (Office2010ColorPicker)
    In This Topic
    Gets or sets the selected color from the OfficeColorPicker.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As Office2010ColorPicker
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}
    See Also