B2022-083: Support Conditional RO Values

This commit is contained in:
Jake
2022-07-26 20:01:25 +00:00
parent 439cf9de7a
commit d327ab08af
16 changed files with 2670 additions and 1743 deletions

View File

@@ -198,7 +198,8 @@ namespace LBWordLibrary
}
public String Text
{
get { return (GetProperty("Text").ToString()); }
//B2022-083: Support Conditional RO Values
get { return Convert.ToString(GetProperty("Text")); }
set { SetProperty("Text", value); }
}
public LBWdSelectionType Type