ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Design Namespace / ColorPickerUITypeEditor Class / GetPaintValueSupported Method / GetPaintValueSupported(ITypeDescriptorContext) Method

In This Topic
    GetPaintValueSupported(ITypeDescriptorContext) Method
    In This Topic
    Indicates whether the specified context supports painting a representation of an object's value within the specified context.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetPaintValueSupported( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext _
    ) As System.Boolean
    public override System.bool GetPaintValueSupported( 
       System.ComponentModel.ITypeDescriptorContext context
    )

    Parameters

    context

    Return Value

    true if System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle) is implemented; otherwise, false.
    See Also