Overload | Description |
---|---|
Widget Constructor() | Initializes a new instance of the class. |
Widget Constructor(IContainer) | Required for Windows.Forms Class Composition Designer support |
Widget Constructor(Widget) | Initializes a new instance of the class, copying values from a given object. |
Widget Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |