Beispiel #1
0
 /// <summary>Static getter for Text</summary>
 public static IHtmlString GetText(IHimuPanelBase that)
 {
     return(that.GetPropertyValue <IHtmlString>("text"));
 }
Beispiel #2
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(IHimuPanelBase that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
Beispiel #3
0
 /// <summary>Static getter for Have Menu Item</summary>
 public static bool GetHaveMenuItem(IHimuPanelBase that)
 {
     return(that.GetPropertyValue <bool>("haveMenuItem"));
 }