CheckBox.CheckValue

CheckBox.CheckValue property

Gets or set checkbox’ value.

[Obsolete("Use CheckBox.CheckValueType property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public CheckValueType CheckValue { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use CheckBox.CheckValueType property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

See Also