This document is archived and information here might be outdated. Recommended version. |
Adds a new value to the graphic attribute enumeration.
[Visual Basic .NET] Public Sub AddValue ( _ ByVal Value As Integer, _ ByVal Text As String _ )
[C#] public void AddValue ( int Value, string Text );
[C++]
HRESULT AddValue(
long Value,
BSTR Text
);
[C++]
Parameters Value [in]
Value is a parameter of type long Text [in]
Text is a parameter of type BSTR