Accusoft.TwainPro9.Net
Current Property




Gets and sets the index of the currently selected Data Source.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Returns the index of the currently selected Data Source.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Current As Integer
'Usage
 
Dim instance As DataSourceCollection
Dim value As Integer
 
instance.Current = value
 
value = instance.Current
[DefaultValue()]
[Description("Returns the index of the currently selected Data Source.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public int Current {get; set;}
[DefaultValue()]
[Description("Returns the index of the currently selected Data Source.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property int get_Current();
public: __property void set_Current( 
   int value
);
[DefaultValue()]
[Description("Returns the index of the currently selected Data Source.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property int Current {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the index of the currently selected data source.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback