Difference between revisions of "VB.NET Samples"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{Under Construction}}")
 
(Locating the samples)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Under Construction}}
+
== Before we start ==
 +
Before we get started you need to:
 +
* [[Installation | Install the Ribbon Commander Framework]]
 +
* [[Activation | Activate the Ribbon Commander Framework]]
 +
* [[Creating a new project in VB.NET | Create a new project]]
 +
* [[Referencing the Ribbon Commander library in .NET | 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 [[Creating a new project in VB.NET | project]].
 +
 
 +
== Locating the samples ==
 +
To locate the samples:
 +
* Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Menu shortcut]].
 +
* Find the samples under ''VB.NET''
 +
 
 +
== Samples reference ==
 +
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}}
 +
{{DocTableNakedEntry | col1=rxTab_sample.vb|col2=Demonstrates [[rxTab]]}}
 +
{{DocTableNakedEntry | col1=rxGroup_sample.vb|col2=Demonstrates [[rxGroup]]}}
 +
{{DocTableNakedEntry | col1=rxButton_sample.vb|col2=Demonstrates [[rxButton]]}}
 +
{{DocTableNakedEntry | col1=rxCheckBox_sample.vb|col2=Demonstrates [[rxCheckBox]]}}
 +
{{DocTableNakedEntry | col1=rxDropDownRegular_sample.vb|col2=Demonstrates [[rxDropDownRegular]]}}
 +
{{DocTableNakedEntry | col1=rxEditBox_sample.vb|col2=Demonstrates [[rxEditBox]]}}
 +
{{DocTableNakedEntry | col1=rxBackstageTab_sample.vb|col2=Demonstrates [[rxBackstageTab]]}}
 +
{{DocTableNakedEntry | col1=rxBackstageGroup_sample.vb|col2=Demonstrates [[rxBackstageGroup]]}}
 +
{{DocTableNakedEntry | col1=rxBackstageFastCommandButton_sample.vb|col2=Demonstrates [[rxBackstageFastCommandButton]]}}
 +
{{DocTableNakedEntry | col1=ThisAddin.vb|col2=Sample ''ThisAddin'' class - shows how to hook up the sample classes in your project}}
 +
{{DocTableEnd}}

Latest revision as of 20: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