SIL.FieldWorks.FwCoreDlgs.ReplaceAllCollectorEnv.set_IntProperty C# (CSharp) Méthode

set_IntProperty() public méthode

public set_IntProperty ( int tpt, int tpv, int nValue ) : void
tpt int
tpv int
nValue int
Résultat void
		public override void set_IntProperty(int tpt, int tpv, int nValue)
		{
			if (tpt == (int)FwTextPropType.ktptEditable)
				m_fReadOnly |= (nValue == (int)TptEditable.ktptNotEditable);
			base.set_IntProperty(tpt, tpv, nValue);
		}
		#endregion // Overrides