VB.NET Samples

From Ribbon Commander Documentation
Jump to: navigation, search

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