Difference between revisions of "VB.NET Samples"

From Ribbon Commander Documentation
Jump to: navigation, search
(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|Start Menu shortcut]].
+
* 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:

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