[]
Defines a char box that accepts the user's input.
[TypeConverter(typeof(InputBoxInfoTypeConverter))]
public class InputBoxInfo : CharBoxInfo, ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
<TypeConverter(GetType(InputBoxInfoTypeConverter))>
Public Class InputBoxInfo
Inherits CharBoxInfo
Implements ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
Name | Description |
---|---|
InputBoxInfo() | Initializes a new instance of the InputBoxInfo. |
InputBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment) | Initializes a new instance of the InputBoxInfo. |
InputBoxInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |