Office Ribbon Design Element With VS 2010-
Here I describe about some feature and properties of ribbon design in office,in project it
can hold project on excel,word,power point,outlook,choose any one of the as you want.
Ribbon is use for add new tab in office,contain different type tools. In this blog i explore
feature with the outlook.So when we open the VS 2010 ,just follow the instruction -
1)If you don't know how to open the outlook project then follow this link.
2)Here i give the project name as 'SampleOutlookAddIn' .
3)Right click on the project-->select Add-->New Item-->Open new dialog box.
4)You have two type ribbon,Ribbon(visual designer) and Ribbon(XML),you can choose
any one, just like i choose Ribbon(visual designer) here,give the name and click Add.
5)Go to ribbon property--> ribbon type--> select 'Microsoft.Outlook.Explorer'.
6)Drag-drop the tools in ribbon as shown in image.
In image i show the ribbon contain Group,and group contain Box, box hold button and
checkbox.You can change the name of 'AddIn' from property.
7)If You want to add custom type tab then go to property of tab and change it to 'custom'.
Now,here introduce some tools,used in ribbon
a)Ribbon- Ribbon is hold the all tools like buttons,groups,checkbox,textbox etc.Used
for built simple tab and custom tab.
b)Tab-In ribbon we can add one or more tab(simple tab and custom tab).
Here I describe about some feature and properties of ribbon design in office,in project it
can hold project on excel,word,power point,outlook,choose any one of the as you want.
Ribbon is use for add new tab in office,contain different type tools. In this blog i explore
feature with the outlook.So when we open the VS 2010 ,just follow the instruction -
1)If you don't know how to open the outlook project then follow this link.
2)Here i give the project name as 'SampleOutlookAddIn' .
3)Right click on the project-->select Add-->New Item-->Open new dialog box.
4)You have two type ribbon,Ribbon(visual designer) and Ribbon(XML),you can choose
any one, just like i choose Ribbon(visual designer) here,give the name and click Add.
5)Go to ribbon property--> ribbon type--> select 'Microsoft.Outlook.Explorer'.
6)Drag-drop the tools in ribbon as shown in image.
In image i show the ribbon contain Group,and group contain Box, box hold button and
checkbox.You can change the name of 'AddIn' from property.
Now,here introduce some tools,used in ribbon
a)Ribbon- Ribbon is hold the all tools like buttons,groups,checkbox,textbox etc.Used
for built simple tab and custom tab.
b)Tab-In ribbon we can add one or more tab(simple tab and custom tab).
c)Group- After the ribbon 'group' is an important element for collection of tools,and group is
contained by ribbon.
d)Button-Button is like a simple button as in other application.
e)Separator-This is use for separate and provide a some space ,give a line between two or
more tools.
f)Toggle Button-This is use for one time click,like a work as on/off, active/inactive
able/enable act.
g)Split Button- Button is Spite in two part one is for selection/clicking and other is see the list
own feature it may be collect a buttons,checkbox etc.
h)Button Group- This contain the buttons or it maintain the group of button/checkbox,but here
only one button/checkbox work at a time.
j)Combo/Dropdown/Textbox, Checkbox/Level-Works same as visual basic tools.
No comments:
Post a Comment