Search Results for

    Show / Hide Table of Contents

    Class FlagsEditor

    Provides a user interface for editing a flags enumeration.

    Inheritance
    System.Object
    System.Drawing.Design.UITypeEditor
    FlagsEditor
    Namespace: FastReport.Olap.TypeEditors
    Assembly: FastReport.Olap.dll
    Syntax
    public class FlagsEditor : UITypeEditor

    Methods

    EditValue(ITypeDescriptorContext, IServiceProvider, Object)

    Declaration
    public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object Value)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.IServiceProvider provider
    System.Object Value
    Returns
    Type Description
    System.Object
    Overrides
    System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, System.Object)

    GetEditStyle(ITypeDescriptorContext)

    Declaration
    public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type Description
    System.Drawing.Design.UITypeEditorEditStyle
    Overrides
    System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)
    Back to top © 1998-2024 Copyright Fast Reports Inc.