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

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

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