Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1045
Inbox?
posted

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>

  • 469350
    Verified Answer
    Offline posted

    "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.