CSReportEditor.fProperties.setTextChanged C# (CSharp) Méthode

setTextChanged() public méthode

public setTextChanged ( bool rhs ) : void
rhs bool
Résultat void
        public void setTextChanged(bool rhs)
        {
            m_textChanged = rhs;
        }
fProperties