'Declaration Public Overridable Sub ResetCaption()
'Usage Dim instance As FpCheckBox instance.ResetCaption()
public virtual void ResetCaption()
'Declaration Public Overridable Sub ResetCaption()
'Usage Dim instance As FpCheckBox instance.ResetCaption()
public virtual void ResetCaption()
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.