CSReportEditor.fProperties.setTextChanged C# (CSharp) Method

setTextChanged() public method

public setTextChanged ( bool rhs ) : void
rhs bool
return void
        public void setTextChanged(bool rhs)
        {
            m_textChanged = rhs;
        }
fProperties