VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_RefreshFromParent Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
get_RefreshFromParent Метод
В этом разделе
Gets a value indicating whether the property value can be changed only using the parent property.
Синтаксис
var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);

var value; // Type: boolean
value = instance.get_RefreshFromParent();

Return Value

True - parent property must be used for changing value of this property; False - property has function that allows to change the property value.
Смотрите также