Class NCWordState
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class NCWordState : Enum
Fields
Changed
Changed state means that the NCWordwill output on the next call of
Out() or
Form(). You can use Show() method to switch
the NCWord to changed state.
Declaration
public const NCWordState Changed = 1
Field Value
Disabled
Disabled state means that the NCWord will not be output by the block at all and will not change its state
until it is explicitly switched to another state (using Show() or
Hide()).
You can use Disable() method to switch the NCWord to Disabled state.
Declaration
public const NCWordState Disabled = 2
Field Value
Unchanged
Unchanged state means that the NCWordwill NOT output on the next call of
Out() or Form(). You can use Hide() method to
switch the NCWord to unchanged state.
Declaration
public const NCWordState Unchanged = 0
Field Value
value__
Declaration
Field Value