Video HowTo: Outlook Inspector regions – LeftSubpane region (VB.NET)
In our todays’ video example of customizing the Outlook Inspector window we are going to look into the capabilities of the LeftSubpane region. We create an advanced region and place it in the left part of the Inspector window that contains mail items.
We are going to let our users drag our form to all supported regions of the inspector window and see how it works. In the coding part of the sample, we will handle the ADXBeforeFormShow event in order to pinpoint where exactly the form is located at the moment. This may be very useful if your visual controls residing on the form must be rearranged after the user has dragged the form into some other region.
Let’s see how it works:
This sample video was captured in Visual Studio 2010 (VB.NET) with Add-in Express 2010 for Office and .net.
You may also be interested in:
Video HowTo: Outlook Inspector regions – CompleteReplacement region (VB.NET)