alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CheckMode

    Property for CheckMode.

    Inheritance
    System.Object
    CheckMode
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class CheckMode : Enum

    Fields

    Check

    Allows to select one RadialMenuItem at a time.

    Declaration
    public const CheckMode Check
    Field Value
    Type
    CheckMode

    None

    RadialMenuItems cannot be checked.

    Declaration
    public const CheckMode None
    Field Value
    Type
    CheckMode

    Option

    Allows to check the selected RadialMenuItems alone.

    Declaration
    public const CheckMode Option
    Field Value
    Type
    CheckMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved