VsOcxLib
The VsOcxLib COM library contains visual controls (Activex) mapped to System.Windows.Forms controls.
The following list shows which VSOcxLib components are mapped to.NET equivalents:
Class | Maps To |
VideoSoftIndexTab | System.Windows.Forms.TabControl |
VideoSoftElastic | This control will have two different targets depending of its Style property. It will be mapped to System.Windows.Forms.Button if Style is set to esClassic (0), esCommandBtn (3) or esToggleBtn (4); if the Style property is set to esFrameTop (1) or esFrameBottom (2), it will be mapped to System.Windows.Forms.GroupBox. |