WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GetBoolEventArgs - WindowsForms API Reference | Syncfusion CheckSmartGripVisibility event of the StatusBarSettings control. ">

    Show / Hide Table of Contents

    Class GetBoolEventArgs

    Provides data for the CheckSmartGripVisibility event of the StatusBarSettings control.

    Inheritance
    System.Object
    System.EventArgs
    GetBoolEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved