IProvideAltHTML.IsAltHTMLEditable(SByte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether or not the Alt text is editable.
public:
int IsAltHTMLEditable([Runtime::InteropServices::Out] System::SByte % pfIsEditable);
int IsAltHTMLEditable([Runtime::InteropServices::Out] SByte & pfIsEditable);
public int IsAltHTMLEditable (out sbyte pfIsEditable);
abstract member IsAltHTMLEditable : sbyte -> int
Public Function IsAltHTMLEditable (ByRef pfIsEditable As SByte) As Integer
Parameters
- pfIsEditable
- SByte
[out, retval] Pointer to a Boolean—true
if you can edit the Alt text.