Class RatingControlDesigner
RatingControl Designer
Inheritance
System.Object
RatingControlDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RatingControlDesigner : ControlDesigner
Constructors
RatingControlDesigner()
Initializes a new instance of the CheckBoxAdvDesigner class
Declaration
public RatingControlDesigner()
Properties
ActionLists
Gets a value indication the designer action
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Overridden Initialize method.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Component object |