'Declaration Public Overridable Function Invalidate( _
ByVal invalidateTextBoxA value indicating whether to invalidate the text box and figure, which draws the underline. True - the text box and figure, which draws the underline, must be invalidated; false - only figure, which draws the underline, must be invalidated; false to invalidate underline.As Boolean _
) As Boolean
public virtual bool Invalidate(
bool invalidateTextBox
)
public: virtual bool Invalidate(
bool invalidateTextBox
)
public:
virtual bool Invalidate(
bool invalidateTextBox
)
Parameters
- invalidateTextBox
- A value indicating whether to invalidate the text box and figure, which draws the underline. True - the text box and figure, which draws the underline, must be invalidated; false - only figure, which draws the underline, must be invalidated; false to invalidate underline.
Return Value
True if invalidation is finished successfully; otherwise, false.