Represents the "scalable" radio button control.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class ScalableRadioButton : RadioButton
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class ScalableRadioButton _
	Inherits RadioButton

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ButtonBase
          System.Windows.Forms..::.RadioButton
            C1.C1PrintDocument..::.ScalableRadioButton

See Also