menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadioButtonAdvActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RadioButtonAdvActionList

    Inheritance
    System.Object
    SyncActionListBase<RadioButtonAdv>
    RadioButtonAdvActionList
    Inherited Members
    SyncActionListBase<RadioButtonAdv>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<RadioButtonAdv>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<RadioButtonAdv>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<RadioButtonAdv>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<RadioButtonAdv>.Control
    SyncActionListBase<RadioButtonAdv>.GetProperty(String)
    SyncActionListBase<RadioButtonAdv>.GetSortedActionItems()
    SyncActionListBase<RadioButtonAdv>.GetValue(String)
    SyncActionListBase<RadioButtonAdv>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RadioButtonAdvActionList : SyncActionListBase<RadioButtonAdv>

    Constructors

    RadioButtonAdvActionList(IComponent)

    Initializes a new instance of the RadioButtonAdvActionList class.

    Declaration
    public RadioButtonAdvActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    Checked

    Gets or sets a value indicating whether checked property is true or false.

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type
    System.Boolean

    CheckedImage

    Gets or sets a value indicating checked Image.

    Declaration
    public Image CheckedImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    ImageCheckBox

    Gets or sets a value indicating whether ImageCheckBox.

    Declaration
    public bool ImageCheckBox { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets or sets a value indicating Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Office2007ColorScheme

    Gets or sets the Office2007 color scheme.

    Declaration
    public Office2007Theme Office2007ColorScheme { get; set; }
    Property Value
    Type Description
    Office2007Theme

    The Office2007 color scheme.

    Style

    Gets or sets a value indicating style.

    Declaration
    public RadioButtonAdvStyle Style { get; set; }
    Property Value
    Type
    RadioButtonAdvStyle

    Text

    Gets or sets a value indicating Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    ThemesEnabled

    Gets or sets a value indicating whether ThemesEnabled property is true or false.

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    UncheckedImage

    Gets or sets a value indicatingUncheckedImage.

    Declaration
    public Image UncheckedImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    Methods

    InitializeActionList()

    InitializeActionList method

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RadioButtonAdv>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved