CSReportEditor.fProperties.setTextChanged C# (CSharp) Метод

setTextChanged() публичный Метод

public setTextChanged ( bool rhs ) : void
rhs bool
Результат void
        public void setTextChanged(bool rhs)
        {
            m_textChanged = rhs;
        }
fProperties