Enum InheritableBoolean
C#
public enum InheritableBoolean
Fields
False | Specifies that the value should be forced to False. |
Inherited | Specifies that the relevant boolean value in the parent object should be used. |
True | Specifies that the value should be forced to True. |