Spread Windows Forms 12.0 Product Documentation
ResetCaption Method


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCheckBox Class : ResetCaption Method
Resets the text for the check box to its default setting.
Syntax
'Declaration
 
Public Overridable Sub ResetCaption() 
'Usage
 
Dim instance As FpCheckBox
 
instance.ResetCaption()
public virtual void ResetCaption()
Remarks

Use this method to reset the Caption property to its default value.

To reset the text for the various check box states, use the ResetTextIndeterminate, ResetTextFalse, and ResetTextTrue methods.

See Also

Reference

FpCheckBox Class
FpCheckBox Members
Caption Property
ResetTextIndeterminate Method
ResetTextFalse Method
ResetTextTrue Method