Difference between revisions of "CS Samples"
From Ribbon Commander Documentation
Line 5: | Line 5: | ||
* [[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 Dynamic RibbonX library in .NET | Reference the Dynamic RibbonX library]] | ||
+ | |||
== Introduction == | == Introduction == | ||
A few C# class file are installed with the main Dynamic RibbonX package. ''ThisAddin.cs'' show you how to incorporate these classes in your [[Creating a new project in CSharp | project]]. | A few C# class file are installed with the main Dynamic RibbonX package. ''ThisAddin.cs'' show you how to incorporate these classes in your [[Creating a new project in CSharp | project]]. | ||
+ | |||
== Locating the samples == | == Locating the samples == | ||
Line 13: | Line 15: | ||
* Navigate to the ''Samples Directory'' through the ''Dynamic RibbonX'' [[Installation#Verifying Installation Success|Start Menu shortcut]]. | * Navigate to the ''Samples Directory'' through the ''Dynamic RibbonX'' [[Installation#Verifying Installation Success|Start Menu shortcut]]. | ||
* Find the samples under ''C#'' | * Find the samples under ''C#'' | ||
+ | |||
== Samples reference == | == Samples reference == |
Revision as of 21:08, 16 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 show you 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 |