|
|
|
|
|
SftOptionsEntry.Description Property |
Defines the entry's description.
Syntax
|
VB.NET |
String = object.Description As String |
||
|
VB |
String = object.Description As String |
||
|
C#.NET |
string String = object.Description; |
||
|
VC++ |
_bstr_t String = object->Description;
|
||
|
C |
HRESULT object->get_Description(BSTR* String); |
||
|
Delphi |
String := object.Description : WideString; |
||
|
VB.NET |
object.Description = String As String |
||
|
VB |
object.Description = String As String |
||
|
C#.NET |
string object.Description = String; |
||
|
VC++ |
_bstr_t object->Description = String;
|
||
|
C |
HRESULT object->put_Description(BSTR String); |
||
|
Delphi |
object.Description := String : WideString; |
||
object
A SftOptionsEntry object.
String
Defines the entry's description.
Comments
The Description property defines the entry's description.
The Description property can be used to define an application-specific description for an entry. The SftOptions control doesn't use the Description property value.
See Also SftOptionsEntry Object | Object Hierarchy