Ejemplo n.º 1
0
 /// <summary>
 /// Sets the behaviour of the Client Html, can be a <c>Submit</c>, <c>Button</c> or <c>link</c>
 ///  </summary>
 /// <param name="behaviour"></param>
 /// <returns></returns>
 public ButtonDropDown SetBehaviour(HtmlBehaviourType behaviour)
 {
     this.Component.Button.Behaviour = behaviour;
     return this;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the behaviour of the Client Html, can be a <c>Submit</c>, <c>Button</c> or <c>link</c>
 ///  </summary>
 /// <param name="behaviour"></param>
 /// <returns></returns>
 public Button SetBehaviour(HtmlBehaviourType behaviour)
 {
     this.Component.Behaviour = behaviour;
     return(this);
 }