GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string
Beispiel #1
0
 /// <summary>
 /// Gets the content long text.
 /// </summary>
 /// <returns>String value.</returns>
 public string GetLongText()
 {
     if (KryptonCommand != null)
     {
         return(KryptonCommand.ExtraText);
     }
     else
     {
         return(_labelValues.GetLongText());
     }
 }