alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GetBoolEventArgs

    Provides data for the CheckSmartGripVisibility event of the StatusBarSettings control.

    Inheritance
    System.Object
    GetBoolEventArgs
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class GetBoolEventArgs : EventArgs

    Constructors

    GetBoolEventArgs(Boolean)

    Initializes a new instance of GetBoolEventArgs class.

    Declaration
    public GetBoolEventArgs(bool defaultValue)
    Parameters
    Type Name Description
    System.Boolean defaultValue

    Default initial value.

    Properties

    Value

    Gets or sets resulting boolean value.

    Declaration
    public bool Value { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved