Difference between revisions of "CS Samples"
From Ribbon Commander Documentation
(→Samples reference) |
(→Locating the samples) |
||
(4 intermediate revisions by the same user not shown) | |||
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 | + | * [[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 | + | * [[Referencing the Ribbon Commander library in .NET | Reference the Ribbon Commander library]] |
== Introduction == | == Introduction == | ||
− | A few C# class | + | 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 '' | + | * Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Menu shortcut]]. |
* Find the samples under ''C#'' | * Find the samples under ''C#'' | ||
− | |||
== Samples reference == | == Samples reference == | ||
{{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}} | {{DocTableBegin | Col1Name=Sample File Name | Col2Name=Description}} | ||
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxTab_sample.cs|col2=Demonstrates [[rxTab]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxGroup_sample.cs|col2=Demonstrates [[rxGroup]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxButton_sample.cs|col2=Demonstrates [[rxButton]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxCheckBox_sample.cs|col2=Demonstrates [[rxCheckBox]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxDropDownRegular_sample.cs|col2=Demonstrates [[rxDropDownRegular]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxEditBox_sample.cs|col2=Demonstrates [[rxEditBox]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxBackstageTab_sample.cs|col2=Demonstrates [[rxBackstageTab]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=rxBackstageGroup_sample.cs|col2=Demonstrates [[rxBackstageGroup]]}} |
− | {{DocTableNakedEntry | col1= | + | {{DocTableNakedEntry | col1=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}} | {{DocTableNakedEntry | col1=ThisAddin.cs|col2=Sample ''ThisAddin'' class - shows how to hook up the sample classes in your project}} | ||
{{DocTableEnd}} | {{DocTableEnd}} |
Latest revision as of 19:36, 19 October 2013
Before we start
Before we get started you need to:
- Install the Ribbon Commander Framework
- Activate the Ribbon Commander Framework
- Create a new project
- Reference the Ribbon Commander library
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 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 |