The Property window provides many design time options to customize the overall appearance of the C1BarCode control. These options depend on the type of barcode used in an application. You can also perform run time customization on C1BarCode control using the PropertyGrid control. See the following steps to customize the C1BarCode control during run time. This code uses the sample created in the BarCode for WinForms Quick Start section.
Visual Basic |
Copy Code
|
---|---|
PropertyGrid1.SelectedObject = C1BarCode1 |
C# |
Copy Code
|
---|---|
propertyGrid1.SelectedObject = c1BarCode1; |