Difference between revisions of "CS Samples"

From Ribbon Commander Documentation
Jump to: navigation, search
Line 2: Line 2:
 
== Before we start ==
 
== Before we start ==
 
Before we get started you need to:
 
Before we get started you need to:
* [[Installation | Install the Dynamic RibbonX framework]]
+
* [[Installation | Install the Ribbon Commander Framework]]
 +
* [[Activation | Activate the Ribbon Commander Framework]]
 
* [[Creating a new project in CSharp | Create a new project]]
 
* [[Creating a new project in CSharp | Create a new project]]
* [[Referencing the Dynamic RibbonX library in .NET | Reference the Dynamic RibbonX library]]
+
* [[Referencing the Ribbon Commander library in .NET | Reference the Ribbon Commander library]]
  
  
 
== Introduction ==
 
== Introduction ==
A few sample C# class files 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]].
+
A few sample C# class files are installed with the main Ribbon Commander package. ''ThisAddin.cs'' shows how to incorporate these classes in your [[Creating a new project in CSharp | project]].
  
  
 
== Locating the samples ==
 
== Locating the samples ==
 
To locate the samples:
 
To locate the samples:
* Navigate to the ''Samples Directory'' through the ''Dynamic RibbonX'' [[Installation#Verifying Installation Success|Start Menu shortcut]].
+
* Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Start Menu shortcut]].
 
* Find the samples under ''C#''
 
* Find the samples under ''C#''
  

Revision as of 18:37, 19 October 2013

Before we start

Before we get started you need to:


Introduction

A few sample C# class files are installed with the main Ribbon Commander 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 Ribbon Commander Start Menu shortcut.
  • Find the samples under C#


Samples reference

Sample File Name
Description
rxTab_sample.cs Demonstrates rxTab
rxGroup_sample.cs Demonstrates rxGroup
rxButton_sample.cs Demonstrates rxButton
rxCheckBox_sample.cs Demonstrates rxCheckBox
rxDropDownRegular_sample.cs Demonstrates rxDropDownRegular
rxEditBox_sample.cs Demonstrates rxEditBox
rxBackstageTab_sample.cs Demonstrates rxBackstageTab
rxBackstageGroup_sample.cs Demonstrates rxBackstageGroup
rxBackstageFastCommandButton_sample.cs Demonstrates rxBackstageFastCommandButton
ThisAddin.cs Sample ThisAddin class - shows how to hook up the sample classes in your project