Description
If the label has multiple fields, show each
field on a new line.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property MultiLineLabel() As Boolean
|
| [C#] |
public bool MultiLineLabel {get; set;}
|
| [Managed C++] |
public: __property bool get_MultiLineLabel();
public: __property void set_MultiLineLabel(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_MultiLineLabel(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_MultiLineLabel(
VARIANT_BOOL NewMultiLineLabel
);
|
| [Java] |
public bool getMultiLineLabel();public void setMultiLineLabel(
bool
);
|
See Also