This document is archived and information here might be outdated. Recommended version. |
Indicates if the property is TRUE.
[Visual Basic .NET]
Public Function get_PropertyValueBoolean ( _
ByVal propIndex As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_PropertyValueBoolean ( _
ByVal propIndex As Integer, _
ByVal pBoolValue As Boolean _
)
[C#]
public bool get_PropertyValueBoolean (
int propIndex
);
[C#]
public void set_PropertyValueBoolean (
int propIndex,
bool pBoolValue
);
[C++]
HRESULT get_PropertyValueBoolean(
long propIndex,
Boolean* pBoolValue
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long pBoolValue [out, retval]
pBoolValue is a parameter of type bool*