RegionContainerSetInkEnabled Method |
Sets whether or not ink is enabled for this container.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetInkEnabled(
bool inkEnabled
)
Public Sub SetInkEnabled (
inkEnabled As Boolean
)
public:
void SetInkEnabled(
bool inkEnabled
)
member SetInkEnabled :
inkEnabled : bool -> unit
Parameters
- inkEnabled
- Type: SystemBoolean
Whether or not ink is enabled for this container.
See Also