InkEdit.Enabled property
Gets or sets a value that determines whether the InkEdit control can respond to user-generated events.
This property is read/write.
Syntax
HRESULT put_Enabled(
[in] VARIANT_BOOL newVal
);
HRESULT get_Enabled(
[out, retval] VARIANT_BOOL *pVal
);
Property value
VARIANT_TRUE if the InkEdit control responds to user-generated events; otherwise, VARIANT_FALSE. The default value is VARIANT_TRUE.
Remarks
The Enabled property allows objects to be enabled or disabled at run time.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: