コード例 #1
0
 /// <summary>
 /// Fires after the button's active menu item has changed. Note that if a changeHandler function is
 /// set on this CycleButton, it will be called instead on active item change and this change event will not
 /// be fired.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="item"><p>The menu item that was selected</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void change(Cycle @this, Ext.menu.CheckItem item, object eOpts)
 {
 }
コード例 #2
0
 /// <summary>
 /// Sets the button's active menu item.
 /// </summary>
 /// <param name="item"><p>The item to activate</p>
 /// </param>
 /// <param name="suppressEvent"><p>True to prevent the button's change event from firing.</p>
 /// <p>Defaults to: <c>false</c></p></param>
 public void setActiveItem(Ext.menu.CheckItem item, object suppressEvent = null)
 {
 }
コード例 #3
0
 /// <summary>
 /// Sets the button's active menu item. ...
 /// </summary>
 public object setActiveItem(Ext.menu.CheckItem item, bool suppressEvent)
 {
     return(null);
 }