Hi experts,
I see a style name called Inbox button. What does the "Inbox" mean? Can you please tell me or point me to the right link plz!!!
<componentStyle name="Inbox Button">
<properties>
"Inbox" refers to the controls that are built-in to the Dotnet framwork. In other words, they are part of DotNet, they are not Infragistics controls.
Inbox Button is the System.Windows.Forms.Button control.
In order to apply styling to any of the Inbox control, you must place an Infragistics InboxControlStyler on the form with those controls.