  | RegControlsidx Property  | 
 [This is preliminary documentation and is subject to change.]
            Get/set active RegControl by index; index is 1-based: 1..count
            
 
    Namespace: 
   dss_sharp
    Assembly:
   dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntaxpublic int idx { get; set; }Public Property idx As Integer
	Get
	Set
public:
property int idx {
	int get ();
	void set (int value);
}member idx : int with get, set
function get_idx();
function set_idx(value);
Property Value
Type: 
Int32
See Also