Difference between revisions of "VB.NET Samples"
From Ribbon Commander Documentation
(→Locating the samples) |
|||
Line 11: | Line 11: | ||
== Locating the samples == | == Locating the samples == | ||
To locate the samples: | To locate the samples: | ||
− | * Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success| | + | * Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Menu shortcut]]. |
* Find the samples under ''VB.NET'' | * Find the samples under ''VB.NET'' | ||
Latest revision as of 19:36, 19 October 2013
Before we start
Before we get started you need to:
- Install the Ribbon Commander Framework
- Activate the Ribbon Commander Framework
- Create a new project
- Reference the Ribbon Commander library
Introduction
A few sample VB.NET class files are installed with the main Ribbon Commander package. ThisAddin.vb shows how to incorporate these classes in your project.
Locating the samples
To locate the samples:
- Navigate to the Samples Directory through the Ribbon Commander Menu shortcut.
- Find the samples under VB.NET
Samples reference
Sample File Name
|
Description
|
rxTab_sample.vb | Demonstrates rxTab |
rxGroup_sample.vb | Demonstrates rxGroup |
rxButton_sample.vb | Demonstrates rxButton |
rxCheckBox_sample.vb | Demonstrates rxCheckBox |
rxDropDownRegular_sample.vb | Demonstrates rxDropDownRegular |
rxEditBox_sample.vb | Demonstrates rxEditBox |
rxBackstageTab_sample.vb | Demonstrates rxBackstageTab |
rxBackstageGroup_sample.vb | Demonstrates rxBackstageGroup |
rxBackstageFastCommandButton_sample.vb | Demonstrates rxBackstageFastCommandButton |
ThisAddin.vb | Sample ThisAddin class - shows how to hook up the sample classes in your project |