Compartilhar via


IProvideAltHTML.IsAltHTMLEditable(SByte) Method

Definition

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.

Returns

Applies to