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 * pMultiLineLabel
);
public: HRESULT put_MultiLineLabel(
VARIANT_BOOL MultiLineLabel
);
|
[Java] |
---|
public bool getMultiLineLabel();
public void setMultiLineLabel(
bool
);
|
See Also