I'd like to know if Infragistics' Tools (e.g. ButtonTool, TextboxTool) are bindable as TextBox and Button in Windows Form. If yes, how can we use it? If not, is there any plan to implement it? or is there any way users are able to implement it?
Thanks
Terence
The UltraToolbarsManager does not currently support data binding. You can submit a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx. You can also put your own data bound controls into ControlContainerTools and use them in toolbars. They just cannot be used in menus.
or you can code it yourself
/// <summary>
/// determines if large images should be used
/// </summary>
{
get { return toolBarManager.ToolbarSettings.UseLargeImages; }
}