Difference between revisions of "VB.NET Samples"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{Under Construction}}")
 
Line 1: Line 1:
{{Under Construction}}
+
== Before we start ==
 +
Before we get started you need to:
 +
* [[Installation | Install the Dynamic RibbonX framework]]
 +
* [[Creating a new project in CSharp | Create a new project]]
 +
* [[Referencing the Dynamic RibbonX library in .NET | Reference the Dynamic RibbonX library]]
 +
 
 +
 
 +
== Introduction ==
 +
A few C# class file are installed with the main Dynamic RibbonX package. ''ThisAddin.cs'' shows how to incorporate these classes in your [[Creating a new project in CSharp | project]].
 +
 
 +
== Locating the samples ==
 +
To locate the samples:
 +
* Navigate to the ''Samples Directory'' through the ''Dynamic RibbonX'' [[Installation#Verifying Installation Success|Start Menu shortcut]].
 +
* Find the samples under ''C#''
 +
 
 +
 
 +
== Samples reference ==
 +
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}}
 +
{{DocTableNakedEntry | col1=m_rxTab_sample.cs|col2=Demonstrates [[rxTab]]}}
 +
{{DocTableNakedEntry | col1=m_rxGroup_sample.cs|col2=Demonstrates [[rxGroup]]}}
 +
{{DocTableNakedEntry | col1=m_rxButton_sample.cs|col2=Demonstrates [[rxButton]]}}
 +
{{DocTableNakedEntry | col1=m_rxCheckBox_sample.cs|col2=Demonstrates [[rxCheckBox]]}}
 +
{{DocTableNakedEntry | col1=m_rxDropDownRegular_sample.cs|col2=Demonstrates [[rxDropDownRegular]]}}
 +
{{DocTableNakedEntry | col1=m_rxEditBox_sample.cs|col2=Demonstrates [[rxEditBox]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageTab_sample.cs|col2=Demonstrates [[rxBackstageTab]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageGroup_sample.cs|col2=Demonstrates [[rxBackstageGroup]]}}
 +
{{DocTableNakedEntry | col1=m_rxBackstageFastCommandButton_sample.cs|col2=Demonstrates [[rxBackstageFastCommandButton]]}}
 +
{{DocTableNakedEntry | col1=ThisAddin.cs|col2=Sample ''ThisAddin'' class - shows how to hook up the sample classes in your project}}
 +
{{DocTableEnd}}

Revision as of 00:24, 17 March 2013

Before we start

Before we get started you need to:


Introduction

A few C# class file are installed with the main Dynamic RibbonX package. ThisAddin.cs shows how to incorporate these classes in your project.

Locating the samples

To locate the samples:

  • Navigate to the Samples Directory through the Dynamic RibbonX Start Menu shortcut.
  • Find the samples under C#


Samples reference

Sample File Name
Description
m_rxTab_sample.cs Demonstrates rxTab
m_rxGroup_sample.cs Demonstrates rxGroup
m_rxButton_sample.cs Demonstrates rxButton
m_rxCheckBox_sample.cs Demonstrates rxCheckBox
m_rxDropDownRegular_sample.cs Demonstrates rxDropDownRegular
m_rxEditBox_sample.cs Demonstrates rxEditBox
m_rxBackstageTab_sample.cs Demonstrates rxBackstageTab
m_rxBackstageGroup_sample.cs Demonstrates rxBackstageGroup
m_rxBackstageFastCommandButton_sample.cs Demonstrates rxBackstageFastCommandButton
ThisAddin.cs Sample ThisAddin class - shows how to hook up the sample classes in your project